-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.04 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"@headlessui/vue": "^1.4.2",
"@heroicons/vue": "^1.0.5",
"@inertiajs/inertia": "^0.10.1",
"@inertiajs/inertia-vue3": "^0.5.2",
"@inertiajs/progress": "^0.2.6",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.5.0",
"@types/tailwindcss": "^2.2.4",
"@types/ziggy-js": "^1.3.0",
"@vitejs/plugin-vue": "^1.10.2",
"@vue/compiler-sfc": "^3.2.26",
"@vue/reactivity": "^3.2.26",
"autoprefixer": "^10.4.0",
"axios": "^0.21.4",
"laravel-echo": "^1.11.3",
"laravel-mix": "^6.0.39",
"laravel-vite": "^0.0.16",
"lodash": "^4.17.21",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"pusher-js": "^7.0.3",
"tailwindcss": "^2.2.19",
"vite": "^2.7.2",
"vite-svg-loader": "^3.1.1",
"vue": "^3.2.26"
}
}