-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 890 Bytes
/
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
{
"name": "ReactTestAPP",
"version": "0.0.1",
"private": true,
"author": "Vic Huang <[email protected]>",
"scripts": {
"start": "node ./bin/www",
"bulid": "webpack"
},
"dependencies": {
"avoscloud-sdk": "^0.6.9",
"babel-loader": "^5.3.2",
"body-parser": "~1.13.1",
"cookie-parser": "~1.3.5",
"css-loader": "^0.21.0",
"debug": "~2.2.0",
"express": "~4.13.0",
"express-session": "^1.13.0",
"hbs": "~3.1.0",
"jquery": "^2.2.0",
"morgan": "~1.6.1",
"react": "^0.14.7",
"react-bootstrap": "^0.28.3",
"react-dom": "^0.14.0",
"serve-favicon": "~2.3.0",
"style-loader": "^0.13.0",
"webpack": "^1.12.13"
},
"repository": {
"type": "git",
"url": "https://github.com/huangVic/ReactTestApp"
}
}