-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.04 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.04 KB
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": "web-admin-template",
"version": "1.1.0",
"description": "React CRM Template",
"main": "main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/https-github-com-Dipper30/web-admin-template.git"
},
"keywords": [
"React",
"Template",
"CRM"
],
"author": "Dipper30",
"license": "MIT",
"bugs": {
"url": "https://github.com/https-github-com-Dipper30/web-admin-template/issues"
},
"homepage": "https://github.com/https-github-com-Dipper30/web-admin-template#readme",
"scripts": {
"local": "vite serve --mode loc",
"build": "tsc -b && vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^2.5.0",
"antd": "^5.22.5",
"axios": "^1.7.9",
"echarts": "^5.5.1",
"i18next": "^24.2.0",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.2.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.0.2",
"redux-thunk": "^3.1.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/node": "^22.10.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.12.0",
"less": "^4.2.1",
"postcss": "^8.4.49",
"pre-commit": "^1.2.2",
"prettier": "^3.4.2",
"sass": "^1.83.0",
"tailwindcss": "^3.4.17",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.1",
"uuid": "^11.0.3",
"vite": "^5.0.0",
"vite-aliases": "^0.11.7",
"vite-plugin-imp": "^2.4.0"
},
"pre-commit": [
"lint"
]
}