-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
executable file
·38 lines (38 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
36
37
38
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@inertiajs/vue3": "^1.2.0",
"@sentry/vue": "^8.27.0",
"@tailwindcss/forms": "^0.5.8",
"@vitejs/plugin-vue": "^5.1.3",
"animejs": "^3.2.2",
"autoprefixer": "^10.4.20",
"axios": "^1.7.5",
"dotenv": "^16.4.5",
"flv.js": "^1.6.2",
"hooper-vue3": "^0.4.5",
"laravel-vite-plugin": "^1.0.5",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"moment": "^2.30.1",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"vite": "^5.4.2",
"vue": "^3.4.38",
"vue3-carousel": "^0.3.3",
"xregexp": "^5.1.1"
},
"devDependencies": {
"laravel-echo": "^1.16.1",
"pusher-js": "^8.4.0-rc2",
"terser": "^5.31.6",
"vite-svg-loader": "^5.1.0"
}
}