-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 805 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 805 Bytes
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"laravel-vite-plugin": "^1.0.5",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"vite": "^5.4.9",
"vue-loader": "^17.4.2"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@inertiajs/progress": "^0.2.7",
"@inertiajs/vue3": "^2.0.0-beta.2",
"@vitejs/plugin-vue": "^5.1.4",
"dayjs": "^1.11.13",
"inter-ui": "^3.19.3",
"ky": "^1.7.2",
"laravel-vue-i18n": "^2.7.7",
"mitt": "^3.0.1",
"vue": "^3.5.12"
}
}