-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.92 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.92 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
{
"name": "graphize",
"version": "0.1.0",
"type": "module",
"browserslist": "> 0.5%, last 2 versions, not dead",
"source": "./index.html",
"homepage": "https://apvarun.github.io/graphize",
"license": "MIT",
"author": {
"name": "Varun A P",
"url": "https://apvarun.com"
},
"keywords": [
"visualizer",
"json",
"yaml",
"tree"
],
"repository": {
"type": "git",
"url": "https://github.com/apvarun/graphize.git"
},
"scripts": {
"dev": "vite",
"prebuild": "rm -rf dist",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@monaco-editor/loader": "^1.7.0",
"@monaco-editor/react": "^4.7.0",
"downloadjs": "^1.4.7",
"fast-xml-parser": "^5.3.3",
"html-to-image": "^1.11.13",
"monaco-editor": "^0.55.1",
"react": "^19.2.3",
"react-contexify": "^6.0.0",
"react-dom": "^19.2.3",
"react-zoom-pan-pinch": "^3.7.0",
"reaflow": "^5.4.1",
"toastify-js": "^1.12.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/vite": "^4.1.18",
"@types/downloadjs": "^1.4.6",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/toastify-js": "^1.12.4",
"@types/yamljs": "^0.2.34",
"@vitejs/plugin-react-swc": "^4.2.2",
"autoprefixer": "^10.4.23",
"buffer": "^6.0.3",
"elkjs": "^0.11.0",
"events": "^3.3.0",
"gh-pages": "^6.3.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"tailwindcss": "^4.1.18",
"timers-browserify": "^2.0.12",
"typescript": "^5.9.3",
"vite": "^7.3.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"@swc/core",
"@tailwindcss/oxide",
"esbuild"
]
},
"packageManager": "pnpm@10.19.0+sha256.1c5f5ee59267e4e2e1bfd335f432a18dc48f9a9944094d5d2649757e725ad376"
}