This repository has been archived by the owner on Aug 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.83 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
{
"name": "spiced-social-network",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "node build.js",
"start": "npm run build && node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "6.10.3"
},
"nodemonConfig": {
"ignore": [
"src/*"
],
"delay": "2500"
},
"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-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",
"express-session": "^1.15.5",
"http-proxy-middleware": "^0.17.4",
"knox": "^0.9.2",
"morgan": "^1.8.2",
"multer": "^1.3.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-redux": "^5.0.5",
"react-router": "^3.0.0",
"redux": "^3.7.1",
"redux-devtools-extension": "^2.13.2",
"redux-promise": "^0.5.3",
"socket.io": "^2.0.3",
"spiced-pg": "spicedacademy/spiced-pg",
"styled-components": "^2.1.2",
"tern-node-express": "^0.4.0",
"uid-safe": "^2.1.4",
"webpack": "^1.14.0",
"webpack-dev-middleware": "^1.8.4"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"eslint": "^4.6.1",
"eslint-plugin-react": "^7.3.0"
}
}