switch from next to vue

This commit is contained in:
2026-02-06 01:11:09 +01:00
parent 1193ca3552
commit 43463bbe8f
71 changed files with 5380 additions and 5164 deletions
+15 -38
View File
@@ -1,19 +1,12 @@
{
"name": "nextjs-tailwind-ionic-capacitor-starter",
"version": "5.1.0",
"name": "sanasto",
"private": true,
"engines": {
"node": ">=18.17"
},
"version": "0.0.0",
"type": "module",
"scripts": {
"compile": "tsc",
"compile:watch": "tsc -w",
"build": "next build",
"dev": "next dev",
"lint": "eslint . --ext .ts,.tsx",
"prettify": "prettier --write **/*.tsx",
"preserve": "npm run build",
"serve": "npx serve out",
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"presync": "npm run build",
"sync": "npx cap sync",
"android": "npx cap run android",
@@ -24,33 +17,17 @@
"@capacitor/core": "5.7.2",
"@capacitor/ios": "5.7.2",
"@capacitor/status-bar": "5.0.7",
"@ionic/react": "7.7.4",
"@ionic/react-router": "7.7.4",
"classnames": "2.5.1",
"next": "14.2.32",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router": "5.3.4",
"react-router-dom": "5.3.4",
"react-virtuoso": "4.7.1"
"sql.js": "^1.13.0",
"vite-plugin-pwa": "^1.2.0",
"vue": "^3.5.24"
},
"devDependencies": {
"@capacitor/cli": "5.7.2",
"@types/jest": "29.5.12",
"@types/node": "20.11.25",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@types/react-router-dom": "5.3.3",
"@types/react-router": "5.1.20",
"autoprefixer": "10.4.18",
"eslint": "8.57.0",
"eslint-config-next": "14.1.3",
"ionicons": "7.2.2",
"postcss": "8.4.35",
"prettier": "3.2.5",
"pullstate": "1.25",
"reselect": "5.1.0",
"tailwindcss": "3.4.1",
"typescript": "5.4.2"
"@types/node": "^24.10.1",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.8.1",
"typescript": "~5.9.3",
"vite": "^7.2.4",
"vue-tsc": "^3.1.4"
}
}