-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1001 Bytes
/
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
{
"name": "fcc-pinterest",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "webpack && node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.16.2",
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.17.2",
"bricks.js": "^1.8.0",
"compression": "^1.7.0",
"connect-redis": "^3.3.0",
"cookie-parser": "^1.4.3",
"css-loader": "^0.28.5",
"express": "^4.15.4",
"express-session": "^1.15.5",
"jquery": "^3.2.1",
"json-loader": "^0.5.7",
"mongoose": "^4.11.8",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"path": "^0.12.7",
"ramda": "^0.24.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"style-loader": "^0.18.2",
"url": "^0.11.0"
}
}