-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
77 lines (77 loc) · 2 KB
/
package.json
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
{
"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": "parcel",
"prebuild": "rm -rf dist",
"build": "parcel build --no-source-maps --public-url https://apvarun.github.io/graphize/",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@monaco-editor/loader": "^1.4.0",
"@monaco-editor/react": "^4.6.0",
"downloadjs": "^1.4.7",
"fast-xml-parser": "^4.5.1",
"html-to-image": "^1.11.11",
"monaco-editor": "^0.52.2",
"rdk": "6.6.3",
"react": "^18.3.1",
"react-contexify": "^6.0.0",
"react-dom": "^18.3.1",
"react-zoom-pan-pinch": "^3.6.1",
"reaflow": "^5.3.1",
"toastify-js": "^1.12.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@parcel/compressor-brotli": "^2.13.3",
"@parcel/compressor-gzip": "^2.13.3",
"@parcel/config-default": "^2.13.3",
"@parcel/optimizer-esbuild": "^2.13.3",
"@parcel/packager-raw-url": "^2.13.3",
"@parcel/transformer-webmanifest": "^2.13.3",
"@types/downloadjs": "^1.4.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/toastify-js": "^1.12.3",
"@types/yamljs": "^0.2.34",
"autoprefixer": "^10.4.20",
"buffer": "^6.0.3",
"elkjs": "^0.9.3",
"events": "^3.3.0",
"gh-pages": "^6.3.0",
"parcel": "^2.13.3",
"postcss": "^8.4.49",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"tailwindcss": "^3.4.17",
"timers-browserify": "^2.0.12",
"typescript": "^5.7.3"
},
"pnpm": {
"overrides": {
"rdk": "6.4.4"
}
}
}