43 lines
No EOL
1.1 KiB
JSON
43 lines
No EOL
1.1 KiB
JSON
{
|
|
"name": "my-app",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "NODE_ENV=production tsx ./hono-entry.ts",
|
|
"prisma:studio": "prisma studio",
|
|
"prisma:generate": "prisma generate"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"devDependencies": {
|
|
"typescript": "^5.4.5",
|
|
"@hono/vite-dev-server": "^0.12.1",
|
|
"@types/node": "^18.19.14",
|
|
"prisma": "^5.14.0",
|
|
"@types/react": "^18.3.2",
|
|
"@types/react-dom": "^18.3.0"
|
|
},
|
|
"dependencies": {
|
|
"@hono/node-server": "^1.11.1",
|
|
"@lucia-auth/adapter-prisma": "^4.0.1",
|
|
"@prisma/client": "^5.14.0",
|
|
"@vite-plugin-vercel/vike": "^6.0.1",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"better-sqlite3": "^10.0.0",
|
|
"cross-fetch": "^4.0.0",
|
|
"hono": "^4.3.8",
|
|
"lucia": "^3.2.0",
|
|
"oslo": "^1.2.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"telefunc": "^0.1.72",
|
|
"tsx": "^4.10.5",
|
|
"vike": "^0.4.171",
|
|
"vike-react": "^0.4.10",
|
|
"vite": "^5.2.11",
|
|
"vite-plugin-vercel": "^6.0.1"
|
|
}
|
|
} |