This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.63 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "lutra",
"version": "0.1.0",
"description": "Front-end repo",
"repository": {
"type": "git",
"url": "https://github.com/esperco/lutra.git"
},
"license": "UNLICENSED",
"devDependencies": {
"browserify": "^13.0.0",
"del": "^2.2.0",
"ecstatic": "^1.4.0",
"envify": "^3.4.0",
"glob": "^7.0.3",
"gulp": "git://github.com/gulpjs/gulp.git#4.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cached": "^1.1.0",
"gulp-cssnano": "^2.1.0",
"gulp-data": "^1.2.1",
"gulp-filter": "^4.0.0",
"gulp-htmlmin": "^1.3.0",
"gulp-less": "^3.0.3",
"gulp-nunjucks-render": "^2.0.0",
"gulp-remember": "^0.3.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.1.2",
"gulp-rev-replace": "^0.4.3",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-typescript": "^2.10.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"livereload": "^0.4.1",
"merge-stream": "^1.0.0",
"minimatch": "^3.0.0",
"randomstring": "^1.1.5",
"sync-exec": "^0.6.2",
"typescript": "^1.8.10",
"typings": "2.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"yargs": "^4.6.0"
},
"dependencies": {
"bootstrap": "^3.3.6",
"classnames": "^2.2.4",
"crypto-js": "^3.1.6",
"eventemitter3": "^1.2.0",
"font-awesome": "^4.6.1",
"gmail.js": "git://github.com/esperco/gmail.js.git",
"highcharts": "^4.2.5",
"jasmine-core": "^2.4.1",
"jquery": "^2.2.3",
"lodash": "^4.11.1",
"moment": "^2.13.0",
"moment-timezone": "^0.5.3",
"page": "^1.7.1",
"react": "^15.3.2",
"react-dom": "^15.3.2"
}
}