-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "auto-clock-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"openapi": "openapi --input http://localhost:7529/api/v3/api-docs --output ./src/services/moguding-backend --client axios"
},
"dependencies": {
"@vant/touch-emulator": "^1.4.0",
"@vueuse/core": "^10.6.1",
"axios": "^1.6.2",
"disable-devtool": "^0.3.7",
"picocolors": "^1.0.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"vant": "^4.7.3",
"vue": "^3.3.8",
"vue-router": "^4.2.5",
"vue3-baidu-map-gl": "^2.3.1"
},
"devDependencies": {
"@vant/area-data": "^1.5.1",
"@vant/auto-import-resolver": "^1.0.2",
"@vitejs/plugin-vue": "^4.5.0",
"autoprefixer": "^10.4.16",
"openapi-typescript-codegen": "^0.25.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"unplugin-vue-components": "^0.25.2",
"vite": "^5.0.0",
"vite-plugin-banner": "^0.7.1",
"vue-tsc": "^1.8.22"
}
}