-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.74 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
65
66
{
"name": "greenhouse",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node --harmony ./server/main.js",
"build": "webpack --progress --stats --config ./webpack/prod.config.js",
"dev": "node --harmony ./webpack/dev.server.js",
"postinstall": "npm run build"
},
"dependencies": {
"accounting": "^0.4.1",
"alt": "^0.17.0",
"app-module-path": "^1.0.3",
"bluebird": "^2.9.25",
"body-parser": "^1.13.3",
"bookshelf": "^0.8.1",
"bootstrap-sass": "^3.3.5",
"colors": "^1.1.2",
"cookie-parser": "^1.3.5",
"debug": "~2.1.1",
"dotenv": "^1.2.0",
"express": "^4.13.3",
"flux": "^2.0.1",
"gm": "^1.18.1",
"hbs": "~2.9.0",
"immutable": "^3.7.4",
"iso": "^4.1.0",
"isomorphic-fetch": "^2.1.1",
"jwt-simple": "^0.3.1",
"knex": "^0.8.6",
"lodash": "^3.10.1",
"morgan": "^1.6.1",
"pg": "^4.4.1",
"react": "^0.13.3",
"react-bootstrap": "^0.24.2",
"react-router": "^0.13.3",
"react-router-bootstrap": "^0.18.0",
"serve-favicon": "^2.3.0",
"socket.io": "^1.3.6",
"whatwg-fetch": "^0.8.2"
},
"devDependencies": {
"babel": "^5.1.11",
"babel-core": "^5.8.20",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.1.13",
"browser-sync": "^2.6.4",
"browserify": "^11.0.1",
"css-loader": "^0.16.0",
"debowerify": "^1.2.1",
"del": "^1.2.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"node-sass": "^3.2.0",
"node-watch": "^0.3.4",
"react-hot-loader": "^1.2.8",
"require-dir": "^0.3.0",
"sass-loader": "^2.0.1",
"style-loader": "^0.12.3",
"tapable": "^0.1.9",
"url-loader": "^0.5.6",
"webpack": "^1.10.5",
"webpack-dev-server": "^1.10.1"
}
}