-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.73 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "judgmentkit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npm run generate && next dev",
"build": "npm run generate && next build",
"start": "next start",
"lint": "eslint .",
"generate": "tsx scripts/generate-site.ts",
"ai-ui:e2e": "node --import tsx ./scripts/run-ai-ui-e2e.ts",
"ai-ui:e2e:visuals": "node --import tsx ./scripts/capture-ai-ui-e2e-visuals.ts",
"ai-ui:e2e:judge-packet": "node --import tsx ./scripts/build-ai-ui-e2e-judge-packet.ts",
"ai-ui:e2e:summary": "node --import tsx ./scripts/summarize-ai-ui-e2e.ts",
"mcp:install": "node --import tsx ./scripts/install-mcp.ts",
"mcp:local": "node --import tsx ./scripts/judgmentkit-mcp-local.ts",
"mcp:stdio": "node --import tsx ./scripts/judgmentkit-mcp-stdio.ts",
"test": "vitest run",
"check": "npm run generate && npm run test && npm run lint"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"next": "15.5.15",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^22.10.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.4.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.18.0",
"eslint-config-next": "15.5.15",
"playwright-chromium": "^1.59.1",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"vitest": "^4.1.5"
},
"packageManager": "[email protected]+sha512.0e308ff2005fc7410366f154f625f6631ab2b16b1d2e70238444dd6ae9d630a8482d92a451144debc492416896ed16f7b114a86ec68b8404b2443869e68ffda6"
}