forked from jgraph/mxgraph
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.1 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
{
"name": "@devui-design/astro-graph",
"description": "astro-graph is a fully client side JavaScript diagramming library forked from mxGraph",
"version": "0.0.2",
"homepage": "https://github.com/DevCloudFE/astro-graph",
"author": {
"name": "JGraph Ltd",
"email": "support@jgraph.com"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/DevCloudFE/astro-graph.git"
},
"bugs": {
"url": "https://github.com/jgraph/mxgraph/issues"
},
"main": "./javascript/dist/build.js",
"scripts": {
"build-client": "rollup -c rollup.config.mjs",
"build-plugins": "rollup -c rollup.config.ts.mjs"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@rollup/plugin-multi-entry": "^6.0.1",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-webpack": "^2.0.1",
"load-grunt-tasks": "^3.5.2",
"rollup": "^3.29.2",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"webpack": "^2.2.1"
}
}