-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1011 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1011 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
35
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.3",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.12",
"axios": "^1.3.6",
"laravel-vite-plugin": "^0.7.2",
"postcss": "^8.4.18",
"vite": "^4.0.0",
"vue": "^3.2.47"
},
"dependencies": {
"@intlify/unplugin-vue-i18n": "^0.10.0",
"@popperjs/core": "^2.11.7",
"bootstrap": "^5.3.0-alpha3",
"bootstrap-icons": "^1.10.3",
"sass": "^1.60.0",
"sweetalert2": "^11.7.3",
"typescript": "^5.0.4",
"vee-validate": "^4.8.6",
"vue-awesome-paginate": "^1.1.46",
"vue-country-flag-next": "^2.3.2",
"vue-i18n": "^9.2.2",
"vue-laravel-csrf": "^1.0.0",
"vue-multiselect": "^3.0.0-beta.1",
"vue-sweetalert2": "^5.0.5",
"vue3-star-ratings": "^2.0.5",
"yup": "^1.1.1"
}
}