36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "agent-studio-mini",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "pnpm@11.24.0",
|
|
"engines": { "node": ">=22.19.0" },
|
|
"scripts": {
|
|
"dev": "pnpm --parallel --filter @agent-studio/server --filter @agent-studio/web dev",
|
|
"lint": "eslint . --max-warnings 0",
|
|
"typecheck": "pnpm -r typecheck",
|
|
"test": "vitest run",
|
|
"build": "pnpm -r build"
|
|
},
|
|
"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": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.1",
|
|
"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",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.48.1",
|
|
"vite": "^7.2.6",
|
|
"vitest": "^4.0.15"
|
|
}
|
|
}
|