-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
68 lines (68 loc) · 2.08 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
{
"name": "isomorphic-react-redux-seed",
"version": "0.0.3",
"private": true,
"description": "An isomorphic project seed utilizing Node, Express, MongoDB, React and Redux.",
"scripts": {
"build": "gulp build",
"start": "babel-node ./app/bin/www",
"test": "mocha --compilers js:babel-register --recursive",
"coverage": "babel-node ./node_modules/isparta/bin/isparta cover -v --report html --include-all-sources --root ./app/scripts ./node_modules/mocha/bin/_mocha -- --compilers js:babel-register --recursive",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "https://github.com/isobar-idev/isomorphic-react-redux-seed.git"
},
"dependencies": {
"bluebird": "^3.4.0",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-handlebars": "^2.0.1",
"history": "~1.17.0",
"immutable": "^3.7.5",
"mongodb": "~2.0.33",
"monk": "~1.0.1",
"morgan": "~1.6.1",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-redux": "^4.0.0",
"react-router": "~1.0.3",
"redux": "^3.0.4",
"redux-thunk": "^1.0.3",
"serve-favicon": "~2.3.0",
"superagent": "^1.4.0",
"superagent-bluebird-promise": "^3.0.0"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
"babel-plugin-react-transform": "^2.0.0-beta1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.9.0",
"chai": "^3.4.1",
"del": "^2.2.0",
"eslint": "^1.8.0",
"eslint-loader": "^1.2.0",
"eslint-plugin-react": "^3.7.1",
"gulp": "^3.9.0",
"gulp-imagemin": "^2.4.0",
"gulp-mocha": "^2.2.0",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"isparta": "^4.0.0",
"mocha": "^2.3.4",
"nock": "^8.0.0",
"react-addons-test-utils": "^15.1.0",
"redux-mock-store": "^1.0.4",
"run-sequence": "^1.1.5",
"webpack": "^1.13.1",
"webpack-config-merger": "0.0.3"
}
}