forked from followtwo/follow-through
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.17 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.17 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
{
"name": "follow-through",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"watch": "nodemon server/server.js",
"webpack": "webpack -w --progress --color"
},
"dependencies": {
"body-parser": "~1.17.1",
"bootstrap": "^3.3.7",
"bootstrap-social": "^5.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "~4.15.2",
"express-session": "^1.15.3",
"hover.css": "^2.2.0",
"html-webpack-plugin": "^2.29.0",
"image-webpack-loader": "^3.3.1",
"jade": "~1.11.0",
"jquery": "^3.2.1",
"mongoose": "^4.11.1",
"morgan": "~1.8.1",
"oauth": "^0.9.15",
"passport": "^0.3.2",
"passport-twitter": "^1.0.4",
"path": "^0.12.7",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"serve-favicon": "~2.4.2",
"webpack": "^3.1.0",
"webpack-dev-server": "^2.5.1"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.4",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack-hot-middleware": "^2.18.2"
}
}