- Remove Nostr-related components (ConnectionStatus, Login) - Update package.json with performance and analysis tools - Configure Vite for improved build optimization - Simplify i18n locales by removing Atitlán-specific content - Add .cursorrules file with development guidelines - Update Navbar and Footer to be more generic
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "aio-shadcn-vite",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"analyze": "vite build --mode analyze"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^12.5.0",
|
|
"@vueuse/components": "^12.5.0",
|
|
"@vueuse/head": "^2.0.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"fuse.js": "^7.0.0",
|
|
"lucide-vue-next": "^0.474.0",
|
|
"pinia": "^2.3.1",
|
|
"radix-vue": "^1.9.13",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwind-variants": "^0.3.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"vue": "^3.5.13",
|
|
"vue-i18n": "^9.14.2",
|
|
"vue-router": "^4.5.0",
|
|
"web-vitals": "^3.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@tailwindcss/vite": "^4.0.1",
|
|
"@types/node": "^22.12.0",
|
|
"@types/rollup-plugin-visualizer": "^4.2.3",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
"sharp": "^0.33.2",
|
|
"tailwindcss": "^4.0.1",
|
|
"typescript": "~5.6.2",
|
|
"vite": "^6.0.5",
|
|
"vite-plugin-image-optimizer": "^1.1.7",
|
|
"vite-plugin-inspect": "^0.8.3",
|
|
"vite-plugin-pwa": "^0.21.1",
|
|
"vue-tsc": "^2.2.0"
|
|
}
|
|
}
|