forked from leidenglai/React-Koa2-SSR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·128 lines (128 loc) · 4.11 KB
/
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
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "react-koa2-isomorphic",
"description": "nodejs+react 同构项目demo",
"author": "leidenglai <[email protected]>",
"version": "1.0.0",
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon --inspect ./server/server.dev.js --watch server --watch build",
"start": "cross-env NODE_ENV=development node build/dev.js",
"build": "cross-env NODE_ENV=production node build/prod.js",
"build:dll": "webpack --config build/webpack.dll.conf.js"
},
"repository": {
"type": "git",
"url": "[email protected]:leidenglai/React-Koa2-SSR.git"
},
"dependencies": {
"ajv": "^6.4.0",
"antd": "^2.13.7",
"babel-polyfill": "^6.23.0",
"bcryptjs": "^2.3.0",
"copy-to-clipboard": "^3.0.8",
"ejs": "^2.5.8",
"es6-promise": "^4.2.4",
"history": "^2.0.0",
"immutability-helper": "^2.4.0",
"iscroll": "^5.2.0",
"isomorphic-fetch": "^2.2.1",
"jsonwebtoken": "^8.2.2",
"koa": "^2.5.0",
"koa-bodyparser": "^4.2.0",
"koa-compose": "^4.0.0",
"koa-compress": "^3.0.0",
"koa-convert": "^1.2.0",
"koa-json": "^2.0.2",
"koa-logger": "^3.2.0",
"koa-router": "^7.4.0",
"koa-session": "^5.8.1",
"koa-static": "^4.0.2",
"koa-views": "^6.1.4",
"lodash": "^4.16.1",
"log4js": "^0.6.29",
"moment": "^2.18.1",
"mongoose": "^5.1.4",
"pm2": "^2.10.2",
"prop-types": "^15.6.1",
"rc-queue-anim": "^0.13.2",
"rc-tween-one": "^1.1.2",
"react": "^15.5.0",
"react-clipboard.js": "^1.1.2",
"react-dom": "^15.5.0",
"react-intl": "^2.2.3",
"react-iscroll": "^2.0.3",
"react-redux": "^4.4.8",
"react-router": "^2.7.0",
"react-router-redux": "^4.0.5",
"react-sortable-hoc": "^0.6.1",
"redux": "^3.7.2",
"redux-thunk": "^2.1.0",
"scriptjs": "^2.5.8",
"superagent": "^3.8.2",
"synthetic-dom": "^1.2.0",
"whatwg-fetch": "^0.11.1"
},
"devDependencies": {
"asset-require-hook": "^1.2.0",
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-css-modules-transform": "^1.6.1",
"babel-plugin-import": "^1.6.2",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-env": "^1.2.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.11.1",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-2": "^6.13.0",
"babel-register": "^6.26.0",
"babel-runtime": "^6.9.0",
"browser-sync": "^2.11.1",
"browser-sync-webpack-plugin": "^1.0.1",
"clean-webpack-plugin": "^0.1.16",
"connect-history-api-fallback": "^1.1.0",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^3.2.4",
"css-loader": "^0.23.1",
"css-modules-require-hook": "^4.2.3",
"eslint": "^3.12.2",
"eslint-friendly-formatter": "^1.2.2",
"eslint-loader": "^1.7.0",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-react": "^6.8.0",
"eventsource-polyfill": "^0.9.6",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"html-loader": "^0.4.3",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^2.28.0",
"json-loader": "^0.5.4",
"koa-webpack-dev-middleware": "^2.0.2",
"koa-webpack-hot-middleware": "^1.0.3",
"less": "^2.6.0",
"less-loader": "^2.2.2",
"lodash-webpack-plugin": "^0.11.4",
"module-alias": "^2.0.6",
"node-sass": "^3.4.2",
"postcss": "^6.0.21",
"postcss-less": "^1.1.5",
"postcss-loader": "^1.3.3",
"progress-bar-webpack-plugin": "^1.10.0",
"react-hot-loader": "^3.0.0",
"redux-devtools": "^3.4.0",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.0.11",
"redux-logger": "^2.10.2",
"rucksack-css": "^0.9.1",
"source-map-support": "^0.5.4",
"style-loader": "^0.13.1",
"uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony",
"url-loader": "^0.5.7",
"webpack": "^3.8.1",
"webpack-hot-middleware": "^2.6.0"
},
"license": "MIT"
}