-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.36 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
{
"name": "rick-morty",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"@fontsource/fira-sans": "^5.0.18",
"@tanstack/vue-query": "^5.17.19",
"@vee-validate/zod": "^4.12.4",
"@vueuse/core": "^10.7.2",
"autoprefixer": "^10.4.17",
"axios": "^1.6.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"embla-carousel": "^8.0.0-rc20",
"embla-carousel-vue": "^8.0.0-rc20",
"lucide-vue-next": "^0.315.0",
"pinia": "^2.1.7",
"prettier-plugin-tailwindcss": "^0.5.11",
"radix-vue": "^1.3.2",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"v-calendar": "next",
"vee-validate": "^4.12.4",
"vue": "^3.3.11",
"vue-router": "^4.2.5",
"vue-sonner": "^1.0.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.19.3",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/tsconfig": "^0.5.0",
"npm-run-all2": "^6.1.1",
"typescript": "~5.3.0",
"vite": "^5.0.10",
"vue-tsc": "^1.8.25"
},
"prettier": {
"plugins": [
"prettier-plugin-tailwindcss"
]
}
}