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).
33 lines
804 B
JSON
33 lines
804 B
JSON
{
|
|
"name": "@elysium/web",
|
|
"version": "0.4.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json && vite build",
|
|
"dev": "vite",
|
|
"lint": "eslint --max-warnings 0 src",
|
|
"preview": "vite preview",
|
|
"test": "vitest run --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@elysium/types": "workspace:*",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"react-markdown": "10.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nhcarrigan/eslint-config": "5.2.0",
|
|
"@nhcarrigan/typescript-config": "4.0.0",
|
|
"@types/react": "19.2.14",
|
|
"@types/react-dom": "19.2.3",
|
|
"@vitejs/plugin-react": "6.0.1",
|
|
"@vitest/coverage-v8": "3.0.8",
|
|
"eslint": "9.22.0",
|
|
"jsdom": "29.0.1",
|
|
"typescript": "5.8.2",
|
|
"vite": "8.0.5",
|
|
"vitest": "3.0.8"
|
|
}
|
|
}
|