-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.75 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
{
"name": "@chaos-19/json-graph-acode",
"version": "1.0.1",
"description": "A JSON to Graph Visualizer plugin for Acode, built with React. This plugin enables users to visualize JSON data as an interactive graph for easy exploration of complex structures.",
"main": "dist/main.js",
"author": "kalkidan Getachew",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Chaos-19/Json_Graph_Acode.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"dependencies": {
"css-loader": "^7.1.2",
"html-tag-js": "^1.1.41",
"jsongraph-react": "^0.0.12",
"postcss-loader": "^8.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"style-loader": "^4.0.0"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.25.2",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.1.3",
"jszip": "^3.10.1",
"live-server": "^1.2.2",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "webpack",
"build-release": "webpack --mode production",
"start-dev": "node .vscode/start-dev"
},
"browserslist": "cover 100%,not android < 5",
"keywords": [
"Acode-plugin",
"JSON-visualizer",
"graph-visualizer",
"jsongraph-react",
"interactive-graph",
"JSON-data",
"data-visualization",
"React",
"developer-tools",
"JSON-explorer"
]
}