-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.82 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": "ims-admin",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "vite --mode development",
"start:prod": "vite --mode production",
"build": "tsc && vite build --mode production",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview",
"prepare": "husky install"
},
"dependencies": {
"@ant-design/colors": "^7.0.2",
"@ant-design/cssinjs": "^1.18.5",
"@ant-design/icons": "^5.3.5",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@iconify/json": "^2.2.197",
"@iconify/react": "^4.1.1",
"@tanstack/react-query": "^5.28.9",
"@vercel/analytics": "^1.2.2",
"ahooks": "^3.7.10",
"antd": "^5.9.3",
"autosuggest-highlight": "^3.3.4",
"axios": "^1.6.8",
"classnames": "^2.5.1",
"color": "^4.2.3",
"dayjs": "^1.11.10",
"framer-motion": "^10.18.0",
"highlight.js": "^11.9.0",
"i18next": "^23.10.1",
"i18next-browser-languagedetector": "^7.2.0",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-helmet-async": "^2.0.5",
"react-i18next": "^13.5.0",
"react-router-dom": "^6.22.3",
"screenfull": "^6.0.2",
"simplebar-react": "^3.2.4",
"styled-components": "^6.1.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@antfu/eslint-config": "2.11.5",
"@faker-js/faker": "^8.4.1",
"@types/autosuggest-highlight": "^3.2.3",
"@types/color": "^3.0.6",
"@types/lodash": "^4.17.0",
"@types/nprogress": "^0.2.3",
"@types/numeral": "^2.0.5",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.34",
"@unocss/eslint-plugin": "0.58.8",
"@unocss/postcss": "^0.58.6",
"@unocss/preset-attributify": "0.59.0-beta.1",
"@unocss/preset-rem-to-px": "^0.58.7",
"@unocss/reset": "^0.58.8",
"@unocss/transformer-attributify-jsx-babel": "^0.58.8",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "8.57.0",
"eslint-plugin-format": "0.1.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.6",
"husky": "^9.0.11",
"less": "^4.2.0",
"lint-staged": "^15.2.2",
"msw": "^2.4.9",
"postcss": "^8.4.38",
"postcss-import": "^15.1.0",
"postcss-nesting": "^11.3.0",
"rollup-plugin-visualizer": "^5.12.0",
"terser": "^5.29.2",
"typescript": "^5.4.3",
"unocss": "^0.58.8",
"vite": "^5.4.9",
"vite-plugin-svg-icons": "^2.0.1",
"vite-tsconfig-paths": "^5.0.1"
},
"msw": {
"workerDirectory": "public"
}
}