-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·64 lines (64 loc) · 1.57 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": "hub",
"version": "0.1.1",
"description": "Homepage hub",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server",
"start": "webpack && node ./server/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oleast/hub.git"
},
"keywords": [
"React",
"JavaScript",
"react",
"javascript",
"js",
"reactjs",
"ReactJS",
"Hub",
"hub"
],
"author": "oleast",
"license": "ISC",
"bugs": {
"url": "https://github.com/oleast/hub/issues"
},
"homepage": "https://github.com/oleast/hub#readme",
"dependencies": {
"axios": "^0.16.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.2",
"cookie-parser": "^1.4.3",
"express": "^4.15.3",
"express-ga-middleware": "^0.1.5",
"express-session": "^1.15.4",
"html-webpack-plugin": "^2.28.0",
"moment": "^2.18.1",
"mongodb": "^2.2.27",
"mongoose": "^4.10.2",
"mongoose-slug-generator": "^1.0.4",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-ga": "^2.2.0",
"react-router-dom": "^4.1.2",
"semantic-ui-css": "^2.2.10",
"semantic-ui-react": "^0.68.3",
"universal-analytics": "^0.4.13",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5",
"winston": "^2.3.1"
}
}