-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2 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
{
"name": "blog-component",
"version": "0.1.1",
"private": false,
"description": "一款方便使用的个人博客组件库",
"main": "dist/index.js",
"module": "es/index.js",
"author": "miku999",
"license": "MIT",
"scripts": {
"start": "react-scripts start",
"build:dev": "cross-env NODE_ENV=development webpack --progress --colors --open webpack.config.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"babel": {
"plugins": [
[
"@babel/plugin-proposal-decorators",
{
"legacy": true
}
]
],
"presets": [
"react-app"
]
},
"dependencies": {
"antd": "^4.18.5",
"axios": "^0.25.0",
"gitalk": "^1.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-live2d": "^1.0.31",
"react-scripts": "^5.0.0",
"wangeditor-for-react": "^1.5.3"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.12",
"@babel/plugin-syntax-jsx": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel": "^6.23.0",
"babel-loader": "^8.2.3",
"cpx": "^1.5.0",
"cross-env": "^7.0.3",
"css-loader": "^6.5.1",
"mini-css-extract-plugin": "^2.5.3",
"mockjs": "^1.1.0",
"sass": "^1.49.0",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"webpack": "^5.67.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^4.7.3"
}
}