forked from jeeteshnariya/superCell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1022 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
{
"name": "superCell",
"version": "0.1.8",
"description": "Build system for node, express and react apps",
"main": "gulpfile.js",
"scripts": {
"start": "NODE_ENV=development gulp",
"build": "NODE_ENV=production gulp"
},
"author": "Joel Longie",
"repository": {
"type": "git",
"url": "git://github.com/joellongie/superCell.git"
},
"license": "ISC",
"devDependencies": {
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babelify": "^7.2.0",
"browser-sync": "^2.9.11",
"browserify": "^13.0.0",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-if": "^2.0.1",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^2.1.1",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"lodash.assign": "^4.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"dependencies": {
"react": "^15.3.2",
"react-dom": "^15.0.1",
"react-router": "^3.0.0"
}
}