-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
121 lines (121 loc) · 3.53 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
{
"name": "NeteaseCloudMusic-SSR",
"version": "1.0.1",
"description": "Netease music react redux server-side examples,@IT·平头哥联盟-首席填坑官∙苏南",
"main": "app.js",
"scripts": {
"start": "node build/app.js",
"dev": "node build/devServer.js --display-modules",
"clean": "rm -rf assets ",
"server": "webpack --progress --colors --config build/webpack.server.config.js",
"build:prd": "set WEBPACK_ENV=production && webpack --config build/webpack.config.prd.js",
"build:static": "webpack --config build/webpack.config.static.js",
"build": "npm run clean && npm run server && npm run build:prd"
},
"author": "Bin.Mei <[email protected]>,QQ群:386485473",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/meibin08/react-redux.git"
},
"files": [
"lib",
"src",
"es"
],
"keywords": [
"react",
"reactjs",
"hot",
"reload",
"hmr",
"live",
"edit",
"redux-thunk",
"redux",
"网易云音乐 NodeJS 版 API",
"网易云音乐",
"网易云",
"音乐",
"网易云音乐nodejs",
"首席填坑官∙苏南",
"@IT·平头哥联盟-首席填坑官∙苏南"
],
"dependencies": {
"antd-mobile": "^2.1.10",
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"big-integer": "^1.6.28",
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"debug": "^2.2.0",
"ejs": "^2.4.2",
"express": "^4.16.3",
"http-proxy": "^1.14.0",
"immutability-helper": "^2.7.1",
"log4js": "^0.6.38",
"morgan": "^1.9.0",
"prop-types": "^15.6.1",
"querystring": "^0.2.0",
"react-pdf": "^3.0.5",
"react-pdf-js": "^4.0.0-alpha.6",
"winston": "^2.2.0"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^8.0.1",
"babel-jest": "^20.0.3",
"babel-loader": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-import": "^1.2.1",
"babel-plugin-styled-components": "^1.5.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.23.0",
"classnames": "^2.2.5",
"css-loader": "^0.28.11",
"cssnano": "^3.10.0",
"es6-promise": "^3.2.1",
"extract-text-webpack-plugin": "^2.1.2",
"fastclick": "^1.0.6",
"file-loader": "^0.11.1",
"history": "^2.1.2",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.17.0",
"ignore-loader": "^0.1.2",
"immutable": "^3.8.2",
"isomorphic-fetch": "^2.2.1",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"node-sass": "^4.5.2",
"optimize-css-assets-webpack-plugin": "^1.3.2",
"postcss-loader": "^1.3.3",
"preload-webpack-plugin": "^2.1.1",
"react": "^16.3.0",
"react-beautiful-dnd": "^8.0.3",
"react-cookie": "^0.4.8",
"react-dom": "^16.3.0",
"react-imageloader": "^2.1.0",
"react-redux": "^5.0.7",
"react-router": "^3.2.0",
"redux": "^4.0.0",
"redux-persist": "^5.10.0",
"redux-promise": "^0.6.0",
"redux-thunk": "^1.0.3",
"sass-loader": "^6.0.3",
"style-ext-html-webpack-plugin": "^3.4.7",
"style-loader": "^0.20.3",
"url-loader": "^0.5.7",
"uuid": "^3.3.2",
"webpack": "^3.6.0",
"webpack-dev-middleware": "^2.0.0",
"webpack-hot-middleware": "^2.22.2",
"webpack-parallel-uglify-plugin": "^0.4.1"
}
}