-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.81 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.81 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
{
"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.10.1",
"html-to-image": "^1.11.13",
"monaco-editor": "^0.56.0",
"react": "^19.2.8",
"react-contexify": "^6.0.0",
"react-dom": "^19.2.8",
"react-zoom-pan-pinch": "^4.0.3",
"reaflow": "^5.4.1",
"toastify-js": "^1.12.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.3",
"@tailwindcss/vite": "^4.3.3",
"@types/downloadjs": "^1.4.6",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/toastify-js": "^1.12.4",
"@types/yamljs": "^0.2.34",
"@vitejs/plugin-react-swc": "^4.3.2",
"autoprefixer": "^10.5.4",
"buffer": "^6.0.3",
"elkjs": "^0.12.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.3.3",
"timers-browserify": "^2.0.12",
"typescript": "^7.0.2",
"vite": "8.2.0-beta.0"
},
"packageManager": "pnpm@11.17.0+sha256.644eb5079654e87dae59a07e62d7f098162b9ce58f06077328b5ddefca1c8541"
}