|
|
@@ -17,6 +17,7 @@
|
|
|
"infos": "npx nuxi info"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
+ "@nuxt/test-utils-edge": "^3.0.0-rc.11-27727864.720da64",
|
|
|
"@nuxtjs/eslint-config": "^10.0.0",
|
|
|
"@nuxtjs/eslint-module": "^3.1.0",
|
|
|
"@types/event-source-polyfill": "^1.0.0",
|
|
|
@@ -26,12 +27,15 @@
|
|
|
"eslint-plugin-nuxt": "^4.0.0",
|
|
|
"jest": "^29.0.3",
|
|
|
"ts-jest": "^29.0.1",
|
|
|
+ "vitest": "^0.23.4",
|
|
|
"vue-jest": "^3.0.7"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"@casl/ability": "^6.0.0",
|
|
|
"@casl/vue": "^2.1.3",
|
|
|
"@fortawesome/fontawesome-free": "^6.2.0",
|
|
|
+ "@nuxt/image": "^0.7.1",
|
|
|
+ "@nuxtjs/i18n-edge": "npm:@nuxtjs/i18n-edge",
|
|
|
"@pinia-orm/nuxt": "^1.0.18",
|
|
|
"@pinia/nuxt": "^0.4.0",
|
|
|
"@types/js-yaml": "^4.0.5",
|
|
|
@@ -39,7 +43,6 @@
|
|
|
"js-yaml": "^4.1.0",
|
|
|
"libphonenumber-js": "^1.10.13",
|
|
|
"nuxt": "^3.0.0-rc.10",
|
|
|
- "nuxt-leaflet": "^0.0.27",
|
|
|
"pinia-orm": "^1.0.0-rc.5",
|
|
|
"sass": "^1.54.5",
|
|
|
"vuetify": "^3.0.0-beta.11",
|