-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
81 lines (81 loc) · 2.29 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
81
{
"name": "react-redux-scaffold",
"version": "1.1.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "NODE_ENV=production ./node_modules/gulp/bin/gulp.js mocha",
"build": "NODE_ENV=production ./node_modules/gulp/bin/gulp.js build"
},
"author": "Davide Fiorello <[email protected]>",
"license": "ISC",
"dependencies": {
"babel-polyfill": "^6.5.0",
"bluebird": "^3.2.2",
"body-parser": "^1.15.0",
"console-prefix": "^1.0.0",
"cookie-parser": "^1.4.0",
"ejs": "^2.4.1",
"express": "^4.13.4",
"history": "^2.0.0",
"immutable": "^3.7.6",
"lodash": "^4.3.0",
"lodash.defaultsdeep": "^4.1.0",
"morgan": "^1.6.1",
"platform-config": "^0.1.5",
"qwest": "^4.0.0",
"react": "^0.14.7",
"react-bootstrap": "^0.28.3",
"react-cookie": "^0.4.3",
"react-dom": "^0.14.7",
"react-redux": "^4.4.0",
"react-router": "^2.0.0",
"react-router-redux": "^4.0.1",
"react-tap-event-plugin": "^0.2.2",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.2",
"redux": "^3.3.1",
"redux-logger": "^2.5.2",
"redux-thunk": "^2.0.1",
"services-config": "^0.1.6",
"simple-registry": "^0.2.2"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.5.1",
"babel-eslint": "^6.0.2",
"babel-plugin-module-alias": "^1.2.0",
"babel-plugin-react-transform": "^2.0.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.5.2",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"browserify-hmr": "^0.3.1",
"browserify-transform-tools": "^1.5.0",
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"del": "^2.2.0",
"dep-case-verify": "^2.0.0",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-react": "^4.3.0",
"gulp": "^3.9.1",
"gulp-commonjs-tasks": "^1.2.0",
"gulp-css-globbing": "^0.1.8",
"gulp-eslint": "^2.0.0",
"gulp-mocha-co": "^0.4.1-co.3",
"gulp-sass": "^2.2.0",
"redbox-react": "^1.2.2",
"rewire": "^2.5.1",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"uglifyify": "^3.0.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.1"
},
"engines": {
"node": "5.3.0"
}
}