Files
ai-safety-console-web/package.json
T
baozaotumao2025 1b90e552a5 first commit
2026-07-18 21:10:39 +08:00

52 lines
1.3 KiB
JSON

{
"name": "ai-safety-console-web",
"version": "1.0.0",
"private": true,
"type": "module",
"packageManager": "pnpm@9.15.9",
"engines": {
"node": ">=20 <25",
"pnpm": ">=9 <10"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint .",
"test": "vitest run",
"test:e2e": "vitest run tests/e2e --environment node",
"test:watch": "vitest",
"check": "eslint . && vitest run && tsc -b && vite build"
},
"dependencies": {
"@tanstack/react-query": "5.90.20",
"antd": "5.27.6",
"classnames": "2.5.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "7.9.6",
"zod": "4.1.12"
},
"devDependencies": {
"@eslint/js": "9.39.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/node": "24.10.1",
"@types/react": "18.3.27",
"@types/react-dom": "18.3.7",
"@vitejs/plugin-react": "5.1.1",
"@vitest/coverage-v8": "4.0.14",
"eslint": "9.39.1",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-react-refresh": "0.4.24",
"globals": "16.5.0",
"jsdom": "27.2.0",
"msw": "2.12.3",
"typescript": "5.9.3",
"typescript-eslint": "8.48.0",
"vite": "7.2.4",
"vitest": "4.0.14"
}
}