- Card, Badge, Separator, Button, Skeleton from shadcn-vue - lucide-vue-next for icons - config/atms.ts: typed ATM machine registry (single source of truth) - composables/useNostrAtmStatus.ts: Nostr WebSocket logic extracted Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
31 lines
724 B
JSON
31 lines
724 B
JSON
{
|
|
"name": "atio-home",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"@vueuse/core": "^14.2.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-vue-next": "^1.0.0",
|
|
"reka-ui": "^2.9.3",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss": "^4.2.2",
|
|
"vue": "^3.5.30"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.12.0",
|
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
"@vue/tsconfig": "^0.9.0",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "~5.9.3",
|
|
"vite": "^8.0.1",
|
|
"vue-tsc": "^3.2.5"
|
|
}
|
|
}
|