-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.24 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.24 KB
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
{
"name": "react-starter",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "./node_modules/babel-cli/bin/babel-node.js server/server.js",
"postinstall": "grunt build"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel": "^6.1.18",
"babel-cli": "^6.2.0",
"babel-core": "^5.8.22",
"babelify": "^6.1.3",
"body-parser": "^1.14.0",
"cookie-parser": "^1.4.0",
"ejs": "^2.3.3",
"express": "^4.13.3",
"flux": "^2.0.3",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "^0.6.1",
"grunt-react": "^0.12.2",
"history": "^1.13.1",
"immutable": "^3.7.5",
"isomorphic-fetch": "^2.2.0",
"jquery": "^2.1.4",
"jsonwebtoken": "^5.4.1",
"keymirror": "^0.1.1",
"material-ui": "^0.13.0",
"mongodb": "^1.4.39",
"mongoskin": "^1.4.13",
"node-jsx": "^0.13.3",
"object-assign": "^3.0.0",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-redux": "^4.0.1",
"react-router": "^1.0.0",
"react-tap-event-plugin": "^0.2.1",
"reactify": "^1.1.1",
"redux": "^3.0.5",
"redux-thunk": "^1.0.0",
"socket.io": "^1.3.7",
"underscore": "^1.8.3"
}
}