-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.71 KB
/
Copy pathpackage.json
File metadata and controls
93 lines (93 loc) · 2.71 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "json-byte",
"private": true,
"version": "3.4.0",
"type": "module",
"license": "Apache-2.0",
"packageManager": "pnpm@10.32.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"clean": "rimraf dist",
"dev": "NODE_OPTIONS='--max-http-header-size=8192' astro dev",
"build": "astro check && astro build",
"preartifact": "pnpm run clean && pnpm run build",
"artifact": "tsx scripts/artifact.ts",
"knip": "knip",
"lint": "eslint .",
"preview": "astro preview",
"test": "vitest run"
},
"dependencies": {
"@astrojs/react": "^6.0.5",
"@hookform/resolvers": "^5.2.2",
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.16",
"@tailwindcss/vite": "^4.3.3",
"astro": "^7.2.10",
"class-variance-authority": "^0.7.1",
"clipboard": "^2.0.11",
"clsx": "^2.1.1",
"elkjs": "^0.11.0",
"flat": "^6.0.1",
"fuse.js": "^7.1.0",
"json-edit-react": "^1.30.2",
"jsonc-parser": "^3.3.1",
"lucide-react": "^0.544.0",
"monaco-editor": "^0.54.0",
"my-easy-fp": "^0.22.0",
"nanoid": "^5.1.6",
"pixi.js": "^8.14.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hook-form": "^7.65.0",
"react-intl": "^7.1.14",
"rxjs": "^7.8.2",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^3.1.1",
"tailwindcss": "^4.3.3",
"type-fest": "^5.0.1",
"yaml": "^2.8.1",
"zod": "^4.1.12",
"zustand": "^5.0.8"
},
"devDependencies": {
"@astrojs/check": "^0.9.10",
"@eslint/compat": "^1.4.0",
"@eslint/js": "^9.36.0",
"@stylistic/eslint-plugin": "^3.1.0",
"@types/archiver": "^8.0.0",
"@types/node": "^24.6.0",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@vitest/coverage-v8": "^3.2.4",
"archiver": "^8.0.0",
"eslint": "^9.36.0",
"eslint-config-airbnb-extended": "^2.3.1",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"knip": "^6.34.0",
"pathe": "^2.0.3",
"prettier": "^3.6.2",
"rimraf": "^6.1.3",
"tsx": "^4.23.13",
"tw-animate-css": "^1.4.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.45.0",
"vitest": "^3.2.4"
}
}