-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.67 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"type-check": "vue-tsc --noEmit",
"build-type-check": "npm run type-check && vite build"
},
"devDependencies": {
"@inertiajs/vue3": "^1.1.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"laravel-vite-plugin": "^1.0.4",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"vite": "^5.2.13",
"vite-plugin-watch": "^0.3.1",
"vue": "^3.4.27",
"vue-tsc": "^2.0.19"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@heroicons/vue": "^2.1.3",
"@internationalized/date": "^3.5.4",
"@tanstack/vue-table": "^8.17.3",
"@unovis/ts": "^1.4.3-beta.0",
"@unovis/vue": "^1.4.3-beta.0",
"@vee-validate/zod": "^4.13.1",
"@vueuse/core": "^11.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"i18next": "^23.11.5",
"lucide-vue-next": "^0.438.0",
"maska": "^2.1.11",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"momentum-trail": "^0.4.0",
"notivue": "^2.4.4",
"radix-vue": "^1.8.3",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"v-calendar": "^3.1.2",
"vee-validate": "^4.13.1",
"vue-currency-input": "^3.1.0",
"zod": "^3.23.8",
"zod-i18n-map": "^2.27.0"
}
}