mirror of
https://github.com/kuhyx/steam-backlog-enforcer.git
synced 2026-07-04 13:23:18 +02:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
|
|
{
|
||
|
|
"name": "web",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.0.0",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "tsc -b && vite build",
|
||
|
|
"lint": "eslint .",
|
||
|
|
"preview": "vite preview",
|
||
|
|
"test": "vitest run",
|
||
|
|
"test:watch": "vitest",
|
||
|
|
"coverage": "vitest run --coverage"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"react": "^19.2.6",
|
||
|
|
"react-dom": "^19.2.6"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@eslint/js": "^10.0.1",
|
||
|
|
"@testing-library/dom": "^10.4.1",
|
||
|
|
"@testing-library/jest-dom": "^6.9.1",
|
||
|
|
"@testing-library/react": "^16.3.2",
|
||
|
|
"@testing-library/user-event": "^14.6.1",
|
||
|
|
"@types/node": "^24.12.3",
|
||
|
|
"@types/react": "^19.2.14",
|
||
|
|
"@types/react-dom": "^19.2.3",
|
||
|
|
"@vitejs/plugin-react": "^6.0.1",
|
||
|
|
"@vitest/coverage-v8": "^4.1.7",
|
||
|
|
"eslint": "^10.3.0",
|
||
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
||
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
||
|
|
"globals": "^17.6.0",
|
||
|
|
"jsdom": "^29.1.1",
|
||
|
|
"typescript": "~6.0.2",
|
||
|
|
"typescript-eslint": "^8.59.2",
|
||
|
|
"vite": "^8.0.12",
|
||
|
|
"vitest": "^4.1.7"
|
||
|
|
}
|
||
|
|
}
|