This repository has been archived by the owner on Feb 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
80 lines (80 loc) · 2.16 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "dashboard-require",
"appName": "DashboardRequire",
"version": "0.0.0",
"dependencies": {
"autosize": "^3.0.3",
"boolean": "^0.1.3",
"brain": "~0.6.3",
"combine-css": "0.0.2",
"d3-force": "^1.0.6",
"es6-promise": "~1.0.0",
"express": "~4.6.1",
"glob": "^7.1.2",
"gulp-sass": "^3.1.0",
"gulp-scp2": "^0.2.0",
"handlebars": "~1.3.0",
"hull.js": "^0.2.10",
"jquery": "~1.11",
"lodash": "4.16.4",
"map-stream": "~0.1.0",
"prop-types": "^15.5.10",
"proxy-middleware": "~0.5.0",
"react": "15.3.1",
"react-dom": "15.3.1",
"react-fontawesome": "^1.6.1",
"request": "~2.37.0",
"rimraf": "~2.2.8",
"run-sequence": "~0.3.6",
"scp2": "^0.5.0",
"simple-lru-cache": "0.0.1",
"underscore": "~1.5.2",
"victory": "^0.20.0",
"webpack-stream": "^3.2.0"
},
"devDependencies": {
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.1.1",
"bower": "^1.8.4",
"gulp": "~3.8.6",
"gulp-browserify": "~0.4.2",
"gulp-clean": "~0.2.4",
"gulp-cli": "^1.4.0",
"gulp-compile-handlebars": "~0.2.0",
"gulp-concat": "~2.1.7",
"gulp-connect": "~0.3.0",
"gulp-gzip": "0.0.4",
"gulp-handlebars": "~1.0.2",
"gulp-header": "~1.0.2",
"gulp-if": "0.0.5",
"gulp-jshint": "~1.4.0",
"gulp-markdown": "~0.1.2",
"gulp-minify-css": "~0.3.0",
"gulp-rename": "~1.0.0",
"gulp-s3": "git://github.com/mbjorkegren/gulp-s3#847e2b372204b4ceeccb0e9b567f28ff00e7fa1d",
"gulp-tap": "~0.1.1",
"gulp-template": "~0.1.1",
"gulp-uglify": "~0.3.1",
"gulp-util": "~2.2.14",
"gulp-watch": "~0.5.0",
"hbsfy": "~1.3.1",
"matchdep": "~0.1.2",
"node-sass": "~4.5.3",
"open": "0.0.3",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"redbox-react": "1.1.1",
"webpack": "^1.12.2",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.4.1"
},
"scripts": {
"start": "node ./node_modules/.bin/grunt",
"test": "node ./node_modules/.bin/grunt test"
},
"engines": {
"node": "6.2.0"
}
}