|
1 | | -{ |
2 | | - "name": "acode-plugin", |
3 | | - "version": "1.0.2", |
4 | | - "description": "Template for Acode plugin", |
5 | | - "main": "dist/main.js", |
6 | | - "repository": "https://github.com/deadlyjack/acode-plugin.git", |
7 | | - "author": "Ajit <me@ajitkumar.dev>", |
8 | | - "license": "MIT", |
9 | | - "dependencies": { |
10 | | - "css-loader": "^7.1.2", |
11 | | - "html-tag-js": "^1.1.41", |
12 | | - "jsongraph-react": "^0.0.12", |
13 | | - "postcss-loader": "^8.1.1", |
14 | | - "react": "^18.3.1", |
15 | | - "react-dom": "^18.3.1", |
16 | | - "style-loader": "^4.0.0" |
17 | | - }, |
18 | | - "devDependencies": { |
19 | | - "@babel/cli": "^7.23.0", |
20 | | - "@babel/core": "^7.25.2", |
21 | | - "@babel/plugin-transform-runtime": "^7.23.2", |
22 | | - "@babel/preset-env": "^7.25.4", |
23 | | - "@babel/preset-react": "^7.24.7", |
24 | | - "autoprefixer": "^10.4.20", |
25 | | - "babel-loader": "^9.1.3", |
26 | | - "jszip": "^3.10.1", |
27 | | - "live-server": "^1.2.2", |
28 | | - "postcss": "^8.4.45", |
29 | | - "tailwindcss": "^3.4.10", |
30 | | - "webpack": "^5.89.0", |
31 | | - "webpack-cli": "^5.1.4" |
32 | | - }, |
33 | | - "scripts": { |
34 | | - "build": "webpack", |
35 | | - "build-release": "webpack --mode production", |
36 | | - "start-dev": "node .vscode/start-dev" |
37 | | - }, |
38 | | - "browserslist": "cover 100%,not android < 5" |
39 | | -} |
| 1 | +{ |
| 2 | + "name": "@chaos-19/json-graph-acode", "version": "1.0.1", |
| 3 | + "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.", |
| 4 | + "main": "dist/main.js", |
| 5 | + "author": "kalkidan Getachew", |
| 6 | + "license": "MIT", |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "https://github.com/Chaos-19/Json_Graph_Acode.git" |
| 10 | + }, |
| 11 | + "publishConfig": { |
| 12 | + "registry": "https://npm.pkg.github.com/" |
| 13 | + }, |
| 14 | + "dependencies": { |
| 15 | + "css-loader": "^7.1.2", |
| 16 | + "html-tag-js": "^1.1.41", |
| 17 | + "jsongraph-react": "^0.0.12", |
| 18 | + "postcss-loader": "^8.1.1", |
| 19 | + "react": "^18.3.1", |
| 20 | + "react-dom": "^18.3.1", |
| 21 | + "style-loader": "^4.0.0" |
| 22 | + }, |
| 23 | + "devDependencies": { |
| 24 | + "@babel/cli": "^7.23.0", |
| 25 | + "@babel/core": "^7.25.2", |
| 26 | + "@babel/plugin-transform-runtime": "^7.23.2", |
| 27 | + "@babel/preset-env": "^7.25.4", |
| 28 | + "@babel/preset-react": "^7.24.7", |
| 29 | + "autoprefixer": "^10.4.20", |
| 30 | + "babel-loader": "^9.1.3", |
| 31 | + "jszip": "^3.10.1", |
| 32 | + "live-server": "^1.2.2", |
| 33 | + "postcss": "^8.4.45", |
| 34 | + "tailwindcss": "^3.4.10", |
| 35 | + "webpack": "^5.89.0", |
| 36 | + "webpack-cli": "^5.1.4" |
| 37 | + }, |
| 38 | + "scripts": { |
| 39 | + "build": "webpack", |
| 40 | + "build-release": "webpack --mode production", |
| 41 | + "start-dev": "node .vscode/start-dev" |
| 42 | + }, |
| 43 | + "browserslist": "cover 100%,not android < 5", |
| 44 | + "keywords": [ |
| 45 | + "Acode-plugin", |
| 46 | + "JSON-visualizer", |
| 47 | + "graph-visualizer", |
| 48 | + "jsongraph-react", |
| 49 | + "interactive-graph", |
| 50 | + "JSON-data", |
| 51 | + "data-visualization", |
| 52 | + "React", |
| 53 | + "developer-tools", |
| 54 | + "JSON-explorer" |
| 55 | + ] |
| 56 | +} |
0 commit comments