-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.87 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
{
"name": "website",
"version": "1.0.1",
"description": "My personal website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"beta": "webpack-dev-server --config webpack.config.beta.js --hot",
"build": "webpack --config webpack.config.prod.js",
"img:min": "node --experimental-modules img-compress.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whatshow/whatshow.github.io.git"
},
"author": "whatshow",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/whatshow/whatshow.github.io/issues"
},
"homepage": "https://whatshow.github.io/",
"dependencies": {
"@ant-design/icons": "^4.7.0",
"antd": "^4.19.2",
"axios": "^0.26.1",
"babel-plugin-import": "^1.13.3",
"echarts-for-react": "^3.0.2",
"less": "^4.1.2",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-device-detect": "^2.1.2",
"react-dom": "^17.0.2",
"react-intl": "^5.24.7",
"react-router-dom": "^6.2.2",
"react-weui": "^1.2.3",
"styled-components": "^5.3.3",
"weui": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.17.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"html-webpack-plugin": "^5.5.0",
"imagemin": "^8.0.1",
"imagemin-mozjpeg": "^10.0.0",
"less-loader": "^10.2.0",
"mini-css-extract-plugin": "^2.6.0",
"sftp-upload": "^1.0.3",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.1",
"webpack": "^5.70.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.8.0"
}
}