forked from wpcodevo/vue-query-axios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 942 Bytes
/
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
{
"name": "client",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview --port 4173",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@vee-validate/zod": "^4.5.11",
"@vueuse/integrations": "^8.6.0",
"axios": "^0.27.2",
"mosha-vue-toastify": "^1.0.23",
"pinia": "^2.0.14",
"universal-cookie": "^4.0.4",
"vee-validate": "^4.5.11",
"vue": "^3.2.36",
"vue-query": "^1.25.0",
"vue-router": "^4.0.15",
"zod": "^3.10.0-beta.1"
},
"devDependencies": {
"@types/node": "^16.11.36",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.7",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.14",
"postcss-cli": "^9.1.0",
"tailwindcss": "^3.1.2",
"typescript": "~4.7.2",
"vite": "^2.9.9",
"vue-tsc": "^0.35.2"
}
}