Migration to Nuxt3

This commit is contained in:
2023-04-30 18:36:39 +02:00
parent ed2e1824c5
commit 0480b99865
170 changed files with 13890 additions and 3699 deletions

View File

@ -1,31 +1,23 @@
{
"name": "my-website",
"version": "0.0.0",
"name": "notxia.github.io",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"flowbite": "^1.6.2",
"matter-js": "^0.18.0",
"vue": "^3.2.45",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@types/node": "^18.11.12",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.13",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"typescript": "~4.7.4",
"vite": "^4.0.0",
"vue-tsc": "^1.0.12"
"@nuxtjs/i18n": "^8.0.0-beta.11",
"@types/node": "^18",
"autoprefixer": "^10.4.14",
"nuxt": "^3.4.3",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2"
},
"dependencies": {
"flowbite": "^1.6.5",
"matter-js": "^0.19.0"
}
}