-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.31 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
{
"name": "ld-35",
"version": "1.0.0",
"scripts": {
"start": "grunt w",
"build": "grunt",
"copy": "grunt copydist",
"deploy": "NODE_ENV=production grunt deploy"
},
"dependencies": {
"howler": "^1.1.29",
"jquery": "^2.2.3",
"paper": "^0.9.25",
"qs": "^6.1.0",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-redux": "^4.4.5",
"redux": "^3.4.0",
"shortid": "^2.2.6"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.7.4",
"babel-eslint": "^6.0.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"eslint": "^2.5.3",
"eslint-plugin-react": "^4.2.3",
"grunt": "^0.4.5",
"grunt-browserify": "^5.0.0",
"grunt-build-control": "^0.7.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^1.1.0",
"grunt-shell": "^1.1.2",
"load-grunt-config": "^0.19.1",
"node-sass-import-once": "^1.2.0",
"time-grunt": "^1.3.0"
}
}