-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.75 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.75 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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "react-koa-isomorphic",
"version": "1.0.1",
"description": "Isomorphic port of the redux app",
"main": "index.js",
"scripts": {
"start": "node --harmony dev/server/index.js",
"clean": "make clean",
"build": "make -j5 build",
"dev": "make -j5 webpack-server NODE_ENV=development dev-server watch",
"pro": "make -j5 build NODE_ENV=production dev-server"
},
"repository": {
"type": "git",
"url": "https://github.com/ansenhuang/react-koa-isomorphic.git"
},
"keywords": [
"koa",
"react",
"redux",
"webpack",
"isomorphic"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ansenhuang/react-koa-isomorphic/issues"
},
"dependencies": {
"babel-runtime": "^5.6.15",
"echarts": "^2.2.8",
"ejs": "^2.3.4",
"history": "^1.13.1",
"isomorphic-fetch": "^2.1.0",
"koa": "^0.21.0",
"koa-bodyparser": "^2.0.0",
"koa-compose": "^2.3.0",
"koa-router": "^5.0.0",
"koa-static": "^1.4.9",
"koa-views": "^3.1.0",
"methods": "^1.1.1",
"querystring": "^0.2.0",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-redux": "^4.0.0",
"react-router": "^1.0.0",
"redux": "^3.0.4",
"redux-logger": "^2.0.4",
"redux-thunk": "^1.0.0"
},
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"babel": "^5.6.14",
"babel-core": "^5.5.8",
"babel-loader": "^5.2.2",
"css-loader": "^0.23.0",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.4",
"node-libs-browser": "^0.5.2",
"node-sass": "^3.4.2",
"nodemon": "^1.3.7",
"react-hot-loader": "^1.2.7",
"sass-loader": "^3.1.1",
"style-loader": "^0.13.0",
"watch": "^0.16.0",
"webpack": "^1.9.11",
"webpack-dev-server": "^1.9.0"
}
}