generated from nhcarrigan/template
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.0.0",
|
|
"react-dom": "19.0.0",
|
|
"react-markdown": "10.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nhcarrigan/eslint-config": "5.2.0",
|
|
"@nhcarrigan/typescript-config": "4.0.0",
|
|
"@types/react": "19.0.10",
|
|
"@types/react-dom": "19.0.4",
|
|
"@vitejs/plugin-react": "4.3.4",
|
|
"@vitest/coverage-v8": "3.0.8",
|
|
"eslint": "9.22.0",
|
|
"jsdom": "26.0.0",
|
|
"typescript": "5.8.2",
|
|
"vite": "6.2.1",
|
|
"vitest": "3.0.8"
|
|
}
|
|
}
|