forked from NLRX-WJC/react-antd-admin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.61 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
{
"name": "cvp-cloud-web",
"version": "1.0.0",
"author": "lzy <[email protected]>",
"license": "MIT",
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@ant-design/icons-svg": "^4.3.1",
"@reduxjs/toolkit": "^2.0.1",
"antd": "^5.12.4",
"axios": "^1.6.2",
"clipboard": "^2.0.11",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"draftjs-to-markdown": "^0.6.0",
"driver.js": "^1.3.1",
"echarts": "^5.4.3",
"file-saver": "^2.0.5",
"js-cookie": "^3.0.5",
"jszip": "^3.10.1",
"less": "^4.2.0",
"less-loader": "^11.1.3",
"moment": "^2.29.4",
"nprogress": "^0.2.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-countup": "^6.5.0",
"react-document-title": "^2.0.3",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-loadable": "^5.5.0",
"react-redux": "^9.0.4",
"react-router-dom": "^6.21.0",
"react-scripts": "^5.0.1",
"react-transition-group": "^4.4.5",
"redux": "^5.0.0",
"redux-thunk": "^3.1.0",
"screenfull": "^6.0.2",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"start": "react-app-rewired start",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"commit": "git cz"
},
"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": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"babel-plugin-import": "^1.13.8",
"commitizen": "^4.3.0",
"customize-cra": "^1.0.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"mockjs": "^1.1.0",
"rollup-plugin-visualizer": "^5.11.0",
"script-loader": "^0.7.2",
"stylus": "^0.62.0",
"user-agent": "^1.0.4",
"vite": "^5.0.10",
"vite-plugin-commonjs": "^0.10.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}