30 lines
No EOL
653 B
JSON
30 lines
No EOL
653 B
JSON
{
|
|
"name": "dooris-app",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/vue": "^6.0.1",
|
|
"@lucide/astro": "^1.14.0",
|
|
"@lucide/vue": "^1.14.0",
|
|
"@tailwindcss/vite": "^4.2.4",
|
|
"astro": "^6.2.1",
|
|
"lucide-solid": "^1.14.0",
|
|
"openapi-typescript-fetch": "^2.2.1",
|
|
"tailwindcss": "^4.2.4",
|
|
"vue": "^3.5.33"
|
|
},
|
|
"devDependencies": {
|
|
"daisyui": "^5.5.19",
|
|
"openapi-typescript": "^7.13.0",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
} |