forked from hsl947/react-antd-multi-tabs-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 2.86 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
{
"name": "multi-tabs-admin",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.0.6",
"@iconify/react": "^3.1.4",
"@reduxjs/toolkit": "^1.8.0",
"ali-oss": "^6.7.0",
"antd": "4.2.0",
"axios": "^0.26.0",
"braft-editor": "^2.3.8",
"classnames": "^2.2.6",
"cross-env": "^7.0.2",
"echarts": "^4.7.0",
"echarts-for-react": "^2.0.15-beta.1",
"less": "^3.11.1",
"less-loader": "^6.0.0",
"moment": "^2.29.4",
"oidc-client": "^1.11.5",
"react": "^17.0.2",
"react-canvas-nest": "^1.0.10",
"react-dom": "^17.0.2",
"react-json-view": "^1.21.3",
"react-redux": "^7.2.6",
"react-router-breadcrumbs-hoc": "^4.1.0",
"react-router-dom": "^5.3.0",
"redux": "^4.0.4",
"redux-persist": "^6.0.0",
"redux-promise": "^0.6.0",
"webpackbar": "^5.0.2"
},
"scripts": {
"start": "cross-env PORT=4200 react-app-rewired start",
"test": "react-app-rewired test",
"build": "react-app-rewired build"
},
"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"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.7",
"@types/react-router-dom": "^5.1.4",
"@types/redux-promise": "^0.5.28",
"autoprefixer": "^10.4.4",
"babel-plugin-import": "^1.12.2",
"compression-webpack-plugin": "^3.0.1",
"customize-cra": "^1.0.0",
"customize-cra-react-refresh": "^1.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.3.0",
"husky": "^3.0.9",
"lint-staged": "^9.4.2",
"msw": "^0.38.1",
"postcss": "^8.4.12",
"prettier": "^2.5.1",
"react-app-rewired": "^2.2.1",
"react-scripts": "^3.4.4",
"redux-devtools": "^3.5.0",
"tailwindcss": "^3.0.23",
"typescript": "^4.5.5",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack-bundle-analyzer": "^3.6.0"
},
"homepage": ".",
"proxy": "http://192.168.8.83:8088",
"lint-staged": {
"*.{js,jsx}": "eslint"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"msw": {
"workerDirectory": "public"
}
}