-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 845 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 845 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && php artisan cache:clear;php artisan config:clear;php artisan route:clear;php artisan view:clear;"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"axios": "^1.7.4",
"laravel-echo": "^1.16.1",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.32",
"pusher-js": "^8.4.0-rc2",
"tailwindcss": "^3.4.0",
"vite": "^5.4"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@popperjs/core": "^2.11.8",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"scrollreveal": "^4.0.9",
"socket.io-client": "^4.7.5"
}
}