-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 840 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 840 Bytes
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
{
"name": "react-ponitor",
"version": "0.1.0",
"private": false,
"description": "商品价格监测应用",
"keywords": [
"react",
"ponitor",
"react-redux"
],
"author": "Nickbing Lao <giscafer@outlook.com>",
"devDependencies": {
"autoprefixer": "^6.6.1",
"react-scripts": "0.8.5"
},
"repository": {
"type": "git",
"url": "https://github.com/kenberkeley/react-demo.git"
},
"dependencies": {
"es6-promise": "^4.0.5",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.2.0",
"superagent": "^3.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}