forked from mboperator/grwlrplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 941 Bytes
/
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
{
"name": "grwrlerplate",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp dev",
"build": "gulp"
},
"author": "Me",
"license": "ISC",
"dependencies": {
"react": "^0.13",
"react-router": "^0.13",
"q": "^1.2.0",
"reflux": "^0.2.6",
"underscore": "1.8.2"
},
"devDependencies": {
"express": "^4.12.0",
"browser-sync": "^2.6.4",
"gulp": "^3.8.11",
"gulp-cached": "^1.0.4",
"gulp-sourcemaps": "^1.5.0",
"gulp-minify-css": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-webpack": "^1.3.1",
"gulp-sass": "^1.3.3",
"json-loader": "^0.5.1",
"react-hot-loader": "^1.2.5",
"jsx-loader": "^0.12.2",
"gulp-autoprefixer": "^2.1.0",
"webpack": "^1.7.3",
"webpack-dev-server": "^1.8.2"
},
"jshintConfig": {
"esnext": true,
"expr": true
}
}