-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.15 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
{
"name": "blog-frontend-react",
"version": "1.2.9",
"private": true,
"dependencies": {
"@ant-design/compatible": "^1.1.0",
"@ant-design/dark-theme": "^2.0.2",
"@ant-design/icons": "^4.7.0",
"@craco/craco": "^6.4.3",
"@redux-devtools/extension": "^3.2.2",
"ahooks": "^3.7.10",
"antd": "^4.19.5",
"antd-theme-generator": "^1.2.11",
"axios": "^0.21.4",
"babel-plugin-import": "^1.13.3",
"classnames": "^2.3.1",
"cropperjs": "^1.5.12",
"fs": "^0.0.1-security",
"global": "^4.4.0",
"highlight.js": "^11.9.0",
"history": "^5.3.0",
"immutable": "^4.0.0",
"js-cookie": "^2.2.1",
"lodash": "^4.17.21",
"marked": "^12.0.0",
"marked-highlight": "^2.1.1",
"node-gyp": "^7.1.2",
"qs": "^6.10.3",
"react": "^17.0.2",
"react-cropper": "^2.1.8",
"react-dom": "^17.0.2",
"react-m-editor": "^3.1.1",
"react-redux": "^7.2.8",
"react-router-dom": "^5.3.0",
"react-scripts": "^5.0.1",
"react-transition-group": "^4.4.2",
"redux": "^4.1.2",
"redux-immutable": "^4.0.0",
"redux-saga": "^1.1.3",
"sass": "^1.50.0",
"socket.io-client": "^4.4.1",
"source-map-explorer": "^2.5.2",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"autoprefixer": "^9.8.8",
"compression-webpack-plugin": "^4.0.1",
"eslint": "^7.32.0",
"eslint-plugin-react-hooks": "^4.4.0",
"mini-css-extract-plugin": "^0.9.0",
"postcss": "^7.0.39",
"raw-loader": "^4.0.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"webpack-parallel-uglify-plugin": "^1.1.4"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "craco start",
"build": "craco build",
"test": "craco test",
"color": "node color.js"
},
"eslintConfig": {
"extends": "react-app"
},
"proxy": "https://www.hellomrbigbigshot.xyz",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}