-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.29 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"preview": "vite preview",
"build": "vite build && vite build --ssr",
"linter": "eslint .",
"linter:fix": "eslint . --fix",
"formatter": "prettier . --check",
"formatter:fix": "prettier . --write",
"format": "prettier . --write && eslint . --fix"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.15",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/server-renderer": "^3.4.21",
"autoprefixer": "^10.4.19",
"axios": "^1.6.8",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.23.0",
"laravel-vite-plugin": "^1.0.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"tailwindcss": "^3.4.1",
"vite": "^5.2.6",
"vue": "^3.4.21"
},
"dependencies": {
"@radix-icons/vue": "^1.0.0",
"@vueuse/core": "^10.9.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-vue-next": "^0.363.0",
"radix-vue": "^1.5.3",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7"
}
}