{ "name": "daily-notification-test", "version": "0.0.0", "private": true, "type": "module", "engines": { "node": "^20.19.0 || >=22.12.0" }, "scripts": { "dev": "vite", "build": "run-p type-check \"build-only {@}\" --", "preview": "vite preview", "build-only": "vite build", "type-check": "vue-tsc --build", "lint": "eslint . --fix" }, "dependencies": { "@capacitor/android": "^6.2.1", "@capacitor/cli": "^6.2.1", "@capacitor/core": "^6.2.1", "date-fns": "^4.1.0", "pinia": "^3.0.3", "vue": "^3.5.22", "vue-facing-decorator": "^3.0.4", "vue-router": "^4.5.1", "@timesafari/daily-notification-plugin": "file:../../" }, "devDependencies": { "@tsconfig/node22": "^22.0.2", "@types/node": "^22.18.6", "@vitejs/plugin-vue": "^6.0.1", "@vue/eslint-config-typescript": "^14.6.0", "@vue/runtime-core": "^3.5.22", "@vue/tsconfig": "^0.8.1", "eslint": "^9.33.0", "eslint-plugin-vue": "~10.4.0", "jiti": "^2.5.1", "npm-run-all2": "^8.0.4", "reflect-metadata": "^0.2.2", "typescript": "~5.9.0", "unplugin-vue-components": "^29.1.0", "vite": "^7.1.7", "vite-plugin-vue-devtools": "^8.0.2", "vue-tsc": "^3.1.0" } }