Files
Native-Router-Vue/package.json
2026-07-21 15:03:34 +10:00

56 lines
1.8 KiB
JSON

{
"name": "native-vue-router-workspace",
"private": true,
"version": "0.1.0",
"type": "module",
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"dev": "vite --host",
"build": "npm run build:packages && vue-tsc -b && vite build",
"build:packages": "npm run build --workspace @native-vue-router/core --workspace @native-vue-router/preset-native --workspace @native-vue-router/capacitor --workspace @native-vue-router/electron --if-present",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test",
"preview": "vite preview",
"pwa:preview": "npm run build && vite preview --host 0.0.0.0 --port 4173",
"electron": "npm run build && electron apps/electron/main.mjs",
"cap:sync": "npm run build && npm --prefix apps/capacitor exec cap sync"
},
"dependencies": {
"@capacitor/app": "^8.0.0",
"@capacitor/core": "^8.0.0",
"@capacitor/haptics": "^8.0.0",
"@capacitor/splash-screen": "^8.0.0",
"@capacitor/status-bar": "^8.0.0",
"@lucide/vue": "^1.24.0",
"@native-vue-router/capacitor": "0.1.0",
"@native-vue-router/core": "0.1.0",
"@native-vue-router/electron": "0.1.0",
"@native-vue-router/preset-native": "0.1.0",
"@tailwindcss/vite": "^4.3.2",
"tailwindcss": "^4.3.2",
"tw-animate-css": "^1.4.0",
"vite-plugin-pwa": "^1.1.0",
"vue": "^3.5.39",
"vue-router": "^5.0.6"
},
"devDependencies": {
"@capacitor/android": "^8.0.0",
"@capacitor/cli": "^8.0.0",
"@capacitor/ios": "^8.0.0",
"@playwright/test": "^1.55.0",
"@types/node": "^24.13.3",
"@vitejs/plugin-vue": "^6.0.7",
"@vue/tsconfig": "^0.9.1",
"electron": "^43.1.1",
"happy-dom": "^20.10.6",
"typescript": "~6.0.2",
"vite": "^8.1.1",
"vitest": "^3.2.4",
"vue-tsc": "^3.3.5"
}
}