-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.25 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.25 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "root",
"version": "0.0.1",
"private": true,
"license": "MIT",
"scripts": {
"show": "yarn nx show project json-difference --web",
"graph": "yarn nx graph",
"graph:affected": "yarn nx graph --affected",
"release": "yarn nx release ${0}",
"release:dry-run": "yarn nx release ${0} --dry-run",
"upgrade": "yarn npm-check-updates --interactive",
"claude": "yarn nx run mcp-json-diff:build --no-tui && claude"
},
"devDependencies": {
"@anthropic-ai/claude-code": "^2.1.117",
"@chakra-ui/react": "^3.35.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@modelcontextprotocol/sdk": "^1.29.0",
"@nx/devkit": "22.6.5",
"@nx/eslint": "22.6.5",
"@nx/eslint-plugin": "22.6.5",
"@nx/jest": "22.6.5",
"@nx/js": "22.6.5",
"@nx/vite": "22.6.5",
"@nx/workspace": "22.6.5",
"@types/jest": "^30.0.0",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "8.59.0",
"@typescript-eslint/parser": "8.59.0",
"@vitejs/plugin-react": "^6.0.1",
"@yarnpkg/plugin-version": "^4.2.0",
"copyfiles": "^2.4.1",
"eslint": "^10.2.1",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.15.2",
"eslint-plugin-jsonc": "^3.1.2",
"eslint-plugin-n": "^17.24.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"framer-motion": "^12.38.0",
"jest": "^30.3.0",
"json-difference": "1.16.1",
"jsonc-eslint-parser": "^3.1.0",
"lucide-react": "^1.8.0",
"monaco-editor": "^0.55.1",
"npm-check-updates": "^21.0.3",
"nx": "22.6.5",
"prettier": "^3.8.3",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-monaco-editor": "^0.59.0",
"replace-json-property": "^1.9.0",
"rollup-plugin-copy": "^3.5.0",
"ts-jest": "^29.4.9",
"tsx": "^4.21.0",
"typescript": "6.0.3",
"vite": "^8.0.9",
"vite-plugin-dts": "~4.5.4",
"vite-plugin-static-copy": "^4.1.0",
"vite-tsconfig-paths": "^6.1.1",
"zod": "^4.3.6"
},
"packageManager": "yarn@4.14.1"
}