-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.35 KB
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
52
53
54
55
{
"name": "reduxlearning",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"autoprefixer": "^6.3.7",
"co-views": "^2.1.0",
"css-loader": "^0.23.1",
"ejs": "^2.4.2",
"file-loader": "^0.8.5",
"koa": "^1.2.0",
"koa-route": "^2.4.2",
"koa-static": "^2.0.0",
"koa-webpack-dev-middleware": "^1.2.1",
"koa-webpack-hot-middleware": "^1.0.3",
"postcss-cssnext": "^2.7.0",
"postcss-loader": "^0.9.1",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack-hot-middleware": "^2.10.0"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"webpack": "^1.13.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "sudo supervisor --harmony app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Echohzy/ReduxLearning.git"
},
"keywords": [
"react",
"reudx",
"koa",
"webpack"
],
"author": "Canaan",
"license": "ISC",
"bugs": {
"url": "https://github.com/Echohzy/ReduxLearning/issues"
},
"homepage": "https://github.com/Echohzy/ReduxLearning#readme"
}