-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 900 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"autoprefixer": "^10.4.18",
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0.0",
"postcss": "^8.4.35",
"sass": "^1.72.0",
"tailwindcss": "^3.4.1",
"vite": "^5.0.0",
"vue-server-renderer": "^2.7.16"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@inertiajs/vue3": "^1.0.14",
"@vitejs/plugin-vue": "^5.0.3",
"dotenv": "^16.4.5",
"laravel-echo": "^1.16.0",
"pusher-js": "^8.4.0-rc2",
"socket.io-client": "^4.7.5",
"vue": "^3.4.13",
"vuetify": "^3.5.15",
"ws": "^8.16.0"
}
}