-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 978 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"type": "module",
"devDependencies": {
"@headlessui/vue": "^1.7.19",
"@heroicons/vue": "^2.1.3",
"@inertiajs/vue3": "^1.0.15",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.12",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.21",
"autoprefixer": "^10.4.19",
"axios": "^1.6.8",
"laravel-vite-plugin": "^1.0.0",
"laravel-vue-i18n": "^2.7.6",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.74.1",
"sass-loader": "^14.1.1",
"tailwindcss": "^3.4.3",
"vite": "^5.0.0",
"vue": "^3.4.21"
}
}