-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.63 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
{
"name": "spiced-social-network",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "node build.js",
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "8.11.1"
},
"dependencies": {
"axios": "^0.15.3",
"babel-cli": "^6.18.0",
"babel-core": "^6.20.0",
"babel-loader": "^6.2.9",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.16.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.15.2",
"compression": "^1.7.0",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-alpha.2",
"csurf": "^1.9.0",
"express": "^4.14.0",
"http-proxy-middleware": "^0.17.4",
"knox": "^0.9.2",
"multer": "^1.3.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.5",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"redux": "^3.7.1",
"redux-devtools-extension": "^2.13.2",
"redux-promise": "^0.5.3",
"socket-cookie-session": "github:spicedacademy/socket-cookie-session",
"socket.io": "^2.0.3",
"spiced-pg": "^1.0.0",
"uid-safe": "^2.1.4",
"webpack": "^1.14.0",
"webpack-dev-middleware": "^1.8.4"
},
"keywords": [],
"author": "",
"license": "ISC"
}