-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1007 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
34
35
36
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"laravel-echo": "^1.17.1",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.49",
"postcss-nesting": "^13.0.1",
"pusher-js": "^8.4.0-rc2",
"tailwindcss": "^3.4.15",
"vite": "^5.0"
},
"dependencies": {
"@inertiajs/vue3": "^2.0.2",
"@meforma/vue-toaster": "^1.3.0",
"@vitejs/plugin-vue": "^5.2.0",
"alpinejs": "^3.14.7",
"chart.js": "^4.4.7",
"glazejs": "^2.0.1",
"gsap": "^3.12.5",
"photoswipe": "^5.4.4",
"simple-slider": "^1.0.1",
"tailwindcss-motion": "^1.0.0",
"vue": "^3.5.13",
"vue-final-modal": "^3.4.11"
}
}