You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

42 lines
1.3 KiB

{
"name": "daily-notification-android-test",
"version": "1.0.0",
"description": "Vue 3 + Vite + Capacitor test app for Daily Notification Plugin",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"android": "npx cap run android",
"sync": "npx cap sync android",
"open": "npx cap open android",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"type-check": "vue-tsc --noEmit"
},
"keywords": ["capacitor", "android", "notifications", "test", "vue3", "vite", "typescript"],
"author": "Matthew Raymer",
"license": "MIT",
"dependencies": {
"@capacitor/core": "^5.0.0",
"@capacitor/android": "^5.0.0",
"@capacitor/cli": "^5.0.0",
"vue": "^3.4.0",
"vue-router": "^4.2.0",
"pinia": "^2.1.0",
"vue-facing-decorator": "^3.0.0"
},
"devDependencies": {
"@capacitor/cli": "^5.0.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-vue": "^4.5.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.5.0",
"eslint": "^8.0.0",
"eslint-plugin-vue": "^9.0.0",
"typescript": "~5.3.0",
"vite": "^5.0.0",
"vue-tsc": "^1.8.0"
}
}