-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.33 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
82
83
84
85
{
"name": "node-react-boilerplate",
"version": "1.0.0",
"description": "boilerplate web application",
"main": "app/server.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha tests/*.test.js",
"start": "node app/server.js"
},
"repository": {
"type": "git",
"url": "[email protected]:ycewe/node-react-boilerplate.git"
},
"author": "Eric Ewe <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ycewe/node-react-boilerplate/issues"
},
"dependencies": {
"axios": "^0.14.0",
"body-parser": "^1.15.2",
"firebase": "^3.3.2",
"flux": "^2.1.1",
"koa": "^1.2.0",
"koa-better-body": "^2.0.1",
"koa-body": "^1.5.0",
"koa-bodyparser": "^2.2.0",
"koa-mongo-rest": "^0.3.4",
"koa-mongoose-rest": "0.0.4",
"koa-route": "^2.4.2",
"koa-router": "^5.4.0",
"koa-static": "^2.0.0",
"memcached": "^2.2.2",
"mongoose": "^4.6.0",
"react": "^15.1.0",
"react-addons-pure-render-mixin": "^15.3.1",
"react-addons-update": "^15.3.1",
"react-dom": "^15.1.0",
"react-dropdown": "^1.1.0",
"react-dropzone": "^3.6.0",
"react-router": "^2.8.0",
"react-search": "^1.0.10",
"react-tabs": "^0.7.0",
"redis": "^2.6.0-2",
"sails-redis": "^0.10.7",
"waterline": "^0.12.1"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.9.0",
"babel-eslint": "^6.1.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"chai": "^3.5.0",
"co-supertest": "0.0.10",
"eslint": "^2.11.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.3.0",
"eslint-plugin-react": "^5.1.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-csso": "^2.0.0",
"gulp-eslint": "^2.0.0",
"gulp-imagemin": "^3.0.1",
"gulp-mocha-co": "^0.4.1-co.3",
"gulp-nodemon": "^2.0.7",
"gulp-sass": "^2.3.1",
"mocha": "^2.4.5",
"purecss-sass": "^0.6.0",
"run-sequence": "^1.2.1",
"supertest": "^1.2.0",
"sw-precache": "^3.2.0",
"webpack": "^1.13.1",
"webpack-stream": "^3.2.0"
},
"engines": {
"node": "6.2.0"
}
}