-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.57 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
{
"name": "vite-react-typescript-starter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"swagger": "nice-axios -d src/apis/swagger -u http://xx/v3/api-docs -c"
},
"dependencies": {
"@yc-tech/react-component": "^0.1.90",
"@yc-tech/shared": "^0.1.18",
"ahooks": "^3.8.1",
"antd": "^5.21.5",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"consola": "^3.2.3",
"framer-motion": "^10.18.0",
"js-cookie": "^3.0.5",
"lodash-es": "^4.17.21",
"nice-axios": "^0.1.33",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.1",
"react-router": "^6.27.0",
"react-router-dom": "^6.27.0",
"tailwind-merge": "^2.5.4",
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.19.58",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@yc-tech/prettier-config": "^0.1.1",
"autoprefixer": "^10.4.20",
"chalk": "^5.3.0",
"dotenv": "^16.4.5",
"less": "^4.2.0",
"postcss": "^8.4.47",
"sass": "^1.80.3",
"shelljs": "^0.8.5",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"unplugin-auto-import": "^0.17.8",
"vite": "^5.4.9",
"vite-plugin-externals": "^0.6.2",
"vite-plugin-html": "^3.2.2"
}
}