-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "react-node-starter-kit",
"version": "0.1.0",
"description": "Simple starter kit for React / Redux and Node / Express.",
"main": "gulpfile.js",
"repository": "https://github.com/alexwakeman/react-node-starter-kit",
"dependencies": {
"babel-register": "^6.24.1",
"express": "^4.15.2",
"hoek": "^4.2.1",
"path": "^0.12.7",
"react": "^15.6.0",
"react-dom": "^15.6.0",
"react-redux": "^5.0.5",
"redux": "^3.7.1"
},
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-react": "^3.1.0",
"gulp-sass": "^4.0.1",
"gutil": "^1.6.4",
"vinyl-source-stream": "^1.1.0"
},
"browserify-shim": {
"external": "global:External"
},
"keywords": [
"starter",
"kit",
"react",
"node",
"boilerplate"
],
"author": "Alex Wakeman",
"license": "CC-BY-NC-ND-4.0"
}