-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.23 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
{
"author": "Jack Callister",
"license": "ISC",
"scripts": {
"start": "NODE_ENV=development node_modules/.bin/nodemon -q src/server/boot.js",
"test": "NODE_ENV=test ./node_modules/karma/bin/karma start"
},
"devDependencies": {
"babel-core": "^5.8.3",
"babel-loader": "^5.3.2",
"css-loader": "^0.15.5",
"karma": "^0.13.3",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.0",
"karma-webpack": "^1.6.0",
"mocha": "^2.2.5",
"nodemon": "^1.3.8",
"phantomjs": "^1.9.17",
"phantomjs-polyfill": "0.0.1",
"react-hot-loader": "^1.2.8",
"style-loader": "^0.12.3",
"webpack": "^1.10.5",
"webpack-dev-server": "^1.10.1"
},
"dependencies": {
"babel": "^5.8.3",
"body-parser": "^1.13.2",
"cookie": "^0.1.3",
"cookie-parser": "^1.3.5",
"cors": "^2.7.1",
"ejs": "^2.3.3",
"express": "^4.13.1",
"lodash": "^3.10.0",
"nconf": "^0.7.1",
"react": "^0.14.0-beta1",
"react-dom": "0.14.0-beta3",
"react-redux": "^0.2.2",
"react-router": "^1.0.0-beta3",
"redux": "^1.0.0-rc",
"redux-actions": "^0.7.0",
"redux-react-router": "^0.2.1",
"redux-thunk": "^0.1.0",
"request": "^2.60.0",
"superagent": "^1.2.0"
}
}