generated from nhcarrigan/template
8d05d06348
Bumped @hono/node-server, @types/node, @types/react, @types/react-dom, @vitejs/plugin-react, hono, jsdom, react, react-dom, tsx, and vite. TypeScript held at 5.8.2 (6.x incompatible with current eslint config), Vitest held at 3.x (4.x coverage pragma changes need investigation), Prisma held at 6.x (7.x requires prisma.config.ts migration).
17 lines
327 B
JSON
17 lines
327 B
JSON
{
|
|
"name": "elysium",
|
|
"version": "0.4.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint": "pnpm -r lint",
|
|
"build": "pnpm -r build",
|
|
"test": "pnpm -r test",
|
|
"dev": "pnpm -r --parallel dev"
|
|
},
|
|
"devDependencies": {
|
|
"@nhcarrigan/typescript-config": "4.0.0",
|
|
"typescript": "5.8.2"
|
|
}
|
|
}
|