-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.28 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
{
"name": "LastStop",
"version": "0.0.1",
"description": "== README",
"main": "client/main.jsx",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"start": "webpack-dev-server -d --config webpack.config.js --content-base public/ --progress --colors",
"build": "webpack -d --config webpack.config.js --profile --progress --colors",
"prod": "NODE_ENV=production node server.js",
"postinstall": "webpack -p"
},
"author": "",
"license": "ISC",
"engines": {
"node": "0.10.x"
},
"dependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"bootstrap": "*",
"css-loader": "^0.23.1",
"event": "^1.0.0",
"events": "^1.1.0",
"jsuri": "*",
"jsx-loader": "^0.13.2",
"lodash": "^4.11.1",
"moment": "^2.13.0",
"object-assign": "^4.0.1",
"react": "*",
"react-addons-shallow-compare": "^15.0.1",
"react-bootstrap": "*",
"react-dom": "*",
"react-router": "^2.3.0",
"react-superagent": "*",
"react-virtualized": "^6.3.0",
"reqwest": "^2.0.5",
"style-loader": "^0.13.1",
"superagent": "*",
"webpack": "*",
"webpack-dev-server": "*"
},
"devDependencies": {
"webpack-dev-server": "*"
}
}