forked from afulist/React-Class
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 886 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 886 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
37
{
"name": "react-class",
"version": "1.0.0",
"description": "React前端開發實戰",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"React、課程"
],
"author": "JerryHong",
"license": "ISC",
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"babel-core": "^5.8.33",
"babel-loader": "^5.3.3",
"css-loader": "^0.23.0",
"extract-text-webpack-plugin": "^0.9.1",
"node-sass": "^3.4.2",
"sass-loader": "^3.1.1",
"style-loader": "^0.13.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"axios": "^0.7.0",
"flux": "^2.1.1",
"react": "^0.14.1",
"react-dom": "^0.14.1",
"react-redux": "^4.0.0",
"react-tools": "^0.13.3",
"redux": "^3.0.4",
"redux-logger": "^2.0.4",
"shortid": "^2.2.4"
}
}