-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 797 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 797 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0",
"vite": "^5.0",
"sass": "^1.77.6"
},
"dependencies": {
"@inertiajs/vue3": "^1.2.0",
"@popperjs/core": "^2.11.8",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/compiler-sfc": "^3.4.31",
"@vueuse/core": "^10.11.0",
"bootstrap": "^5.3.3",
"jquery": "^3.7.1",
"jquery-ui": "^1.13.3",
"laravel-vue-i18n": "^2.7.7",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"path": "^0.12.7",
"pinia": "^2.1.7",
"vue": "^3.4.31"
}
}