forked from ioflux-org/studio-json-schema
-
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.33 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.33 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": "json-schema-studio",
"version": "0.8.0",
"type": "module",
"homepage": "studio.ioflux.org",
"repository": "https://github.com/ioflux-org/studio-json-schema",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^14.1.1",
"@changesets/cli": "^2.30.0",
"@dagrejs/dagre": "^1.1.5",
"@hyperjump/json-schema": "^1.17.5",
"@monaco-editor/react": "^4.7.0",
"@tailwindcss/vite": "^4.1.10",
"@xyflow/react": "^12.8.3",
"js-yaml": "^4.1.1",
"jsonc-parser": "^3.3.1",
"monaco-editor": "^0.52.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"react-resizable-panels": "^3.0.3",
"react-tooltip": "^5.29.1",
"tailwindcss": "^4.1.10",
"yaml": "^2.8.3"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/js-yaml": "^4.0.9",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"autoprefixer": "^10.4.21",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"typescript": "~5.8.3",
"typescript-eslint": "^7.3.1",
"vite": "^6.3.5"
}
}