-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.04 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
{
"name": "my-react",
"version": "1.0.0",
"main": "index.js",
"sideEffects": [
"*.css",
"*.less",
"*.scss"
],
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"browserslist": [
">0.2%",
"not dead",
"ie >= 9",
"not op_mini all"
],
"dependencies": {
"@ahooksjs/use-url-state": "^3.5.1",
"@arco-design/web-react": "^2.47.0",
"@cloudbase/js-sdk": "^1.5.0",
"@commitlint/cli": "16.2.1",
"@commitlint/config-conventional": "16.2.1",
"@reduxjs/toolkit": "^1.9.3",
"@tanstack/react-query": "^5.8.4",
"ahooks": "^3.7.5",
"axios": "^1.6.2",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.3",
"cross-env": "7.0.3",
"css-loader": "6.6.0",
"dayjs": "^1.11.7",
"deepmerge": "^4.3.1",
"highlight.js": "^11.7.0",
"husky": "4.3.8",
"less": "4.1.2",
"less-loader": "10.2.0",
"lodash": "^4.17.21",
"marked": "^4.3.0",
"mini-css-extract-plugin": "2.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.2",
"react-sticky": "^6.0.3",
"sass": "^1.63.6",
"sass-loader": "12.6.0",
"style-loader": "3.3.1"
},
"devDependencies": {
"@antv/g2plot": "^2.4.31",
"@arco-plugins/vite-react": "^1.3.3",
"@types/lodash": "^4.14.201",
"@types/marked": "^4.0.8",
"@types/react": "^17.0.40",
"@types/react-dom": "^18.2.17",
"@types/react-sticky": "^6.0.4",
"@typescript-eslint/eslint-plugin": "5.13.0",
"@typescript-eslint/parser": "5.13.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "8.10.0",
"eslint-config-alloy": "4.5.1",
"eslint-plugin-react": "7.29.3",
"eslint-plugin-simple-import-sort": "^7.0.0",
"postcss-loader": "6.2.1",
"postcss-preset-env": "7.4.1",
"typescript": "^4.9.5",
"unplugin-icons": "^0.16.5",
"vite": "^4.4.4"
}
}