-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 907 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 907 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
29
30
31
32
33
34
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.0",
"autoprefixer": "^10.4.20",
"axios": "^1.13.5",
"laravel-vite-plugin": "^1.0.5",
"postcss": "^8.4.49",
"sass": "^1.83.0",
"vite": "^6.0.7"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@mdi/font": "^7.4.47",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"bootswatch": "^5.3.8",
"lodash": "^4.17.21",
"mailtoui": "^1.0.3",
"moment": "^2.30.1",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^3.2.3",
"sweetalert2": "^11.15.3",
"vform": "^2.1.2",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vuetify": "^3.8.0"
}
}