Add vite package
This commit is contained in:
parent
754e3a0a82
commit
2e5385b565
File diff suppressed because it is too large
Load Diff
|
@ -16,7 +16,6 @@
|
|||
"axios": "^1.3.4",
|
||||
"eslint": "^8.9.0",
|
||||
"eslint-plugin-vue": "^8.4.1",
|
||||
"laravel-mix": "^6.0.1",
|
||||
"postcss": "^8.4.6",
|
||||
"tailwindcss": "^3.3",
|
||||
"vue": "2.7",
|
||||
|
@ -28,7 +27,9 @@
|
|||
"@inertiajs/inertia": "^0.11.0",
|
||||
"@inertiajs/inertia-vue": "^0.8.0",
|
||||
"@tailwindcss/typography": "^0.5.9",
|
||||
"@vitejs/plugin-vue2": "^2.2.0",
|
||||
"change-case": "^4.1.2",
|
||||
"laravel-vite-plugin": "^0.7.7",
|
||||
"leaflet": "^1.9.3",
|
||||
"lodash": "^4.17.21",
|
||||
"merge": "^2.1.1",
|
||||
|
@ -37,6 +38,7 @@
|
|||
"postcss-import": "^14.0.1",
|
||||
"svg-sprite": "^2.0.2",
|
||||
"v-tooltip": "^2.1.3",
|
||||
"vite": "^4.3.8",
|
||||
"vue-toasted": "^1.1.28",
|
||||
"vue2-leaflet": "^2.7.1",
|
||||
"wnumb": "^1.2.0"
|
||||
|
|
Loading…
Reference in New Issue