62 lines
2.1 KiB
JSON
62 lines
2.1 KiB
JSON
{
|
|
"name": "admin",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --configLoader native",
|
|
"build": "tsc -b && vite build --configLoader native",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"test": "node ./scripts/run-vitest.mjs",
|
|
"test:ui": "node ./scripts/run-vitest.mjs --ui",
|
|
"test:coverage": "node ./scripts/run-vitest.mjs --run --coverage",
|
|
"test:run": "node ./scripts/run-vitest.mjs --run",
|
|
"e2e": "node ./scripts/run-playwright-cdp-e2e.mjs",
|
|
"e2e:full": "node ./scripts/run-playwright-cdp-e2e.mjs",
|
|
"e2e:full:win": "powershell -ExecutionPolicy Bypass -File ./scripts/run-playwright-auth-e2e.ps1",
|
|
"e2e:smoke": "node ./scripts/run-cdp-smoke.mjs",
|
|
"e2e:smoke:win": "powershell -ExecutionPolicy Bypass -File ./scripts/run-cdp-smoke-bootstrap.ps1",
|
|
"e2e:auth-smoke:win": "powershell -ExecutionPolicy Bypass -File ./scripts/run-cdp-auth-smoke.ps1",
|
|
"e2e:report": "node -e \"console.error('Playwright runner report is not supported in this environment; use docs/evidence instead.'); process.exit(1)\""
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^6.1.0",
|
|
"antd": "^5.29.3",
|
|
"dayjs": "^1.11.20",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.30.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.4",
|
|
"@playwright/test": "^1.49.1",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.1.0",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@types/node": "^24.12.0",
|
|
"@types/react": "^18.3.28",
|
|
"@types/react-dom": "^18.3.7",
|
|
"@vitejs/plugin-react": "^6.0.0",
|
|
"@vitest/coverage-v8": "^4.1.2",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
"globals": "^17.4.0",
|
|
"jsdom": "^26.0.0",
|
|
"typescript": "~5.9.3",
|
|
"typescript-eslint": "^8.57.2",
|
|
"vite": "^8.0.3",
|
|
"vitest": "^4.1.2"
|
|
},
|
|
"overrides": {
|
|
"picomatch": "4.0.4",
|
|
"minimatch@3": {
|
|
"brace-expansion": "1.1.13"
|
|
},
|
|
"minimatch@10": {
|
|
"brace-expansion": "5.0.5"
|
|
}
|
|
}
|
|
}
|