-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.8 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.8 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
{
"name": "react-iphon-chat",
"version": "0.0.1",
"description": "许道斌的个人博客",
"main": "index.js",
"author": "许道斌的个人博客",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --open --mode development --content-base --host 10.5.24.87",
"build": "webpack --progress --hide-modules --mode production --config webpack.config.js"
},
"dependencies": {
"antd": "^3.19.2",
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"codemirror": "^5.48.2",
"github-markdown-css": "^3.0.1",
"highlight.js": "^9.15.9",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-loadable": "^5.5.0",
"react-markdown": "^4.1.0",
"react-router-dom": "^4.3.1",
"wpk-reporter": "^0.6.2"
},
"devDependencies": {
"autoprefixer": "^9.7.2",
"babel-core": "^6.26.3",
"babel-loader": "7.1.5",
"babel-plugin-import": "^1.11.0",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"css-loader": "^2.1.0",
"express": "^4.16.4",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"less": "^2.7.3",
"less-loader": "^5.0.0",
"postcss-loader": "^3.0.0",
"react-transform-hmr": "^1.0.4",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.1",
"url-loader": "^1.1.2",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-middleware": "^3.5.1",
"webpack-dev-server": "^3.1.14",
"webpack-hot-middleware": "^2.24.3"
}
}