2017-08-08 14:13:24 +00:00
|
|
|
{
|
2017-12-14 13:42:29 +00:00
|
|
|
"name": "mxgraph",
|
|
|
|
"description": "mxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.",
|
2020-10-28 16:11:03 +00:00
|
|
|
"version": "4.2.2",
|
2021-04-15 04:09:10 +00:00
|
|
|
"homepage": "https://github.com/jgraph/mxgraph",
|
2017-08-08 14:13:24 +00:00
|
|
|
"author": {
|
|
|
|
"name": "JGraph Ltd",
|
|
|
|
"email": "support@jgraph.com"
|
|
|
|
},
|
2017-12-14 13:42:29 +00:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-04-15 04:09:10 +00:00
|
|
|
"url": "git+https://github.com/jgraph/mxgraph.git"
|
2017-12-14 13:42:29 +00:00
|
|
|
},
|
2017-08-08 14:13:24 +00:00
|
|
|
"bugs": {
|
2021-04-15 04:09:10 +00:00
|
|
|
"url": "https://github.com/jgraph/mxgraph/issues"
|
2017-08-08 14:13:24 +00:00
|
|
|
},
|
2017-12-14 13:42:29 +00:00
|
|
|
"main": "./javascript/dist/build.js",
|
|
|
|
"scripts": {
|
2021-04-15 04:09:10 +00:00
|
|
|
"dev": "node ./scripts/dev",
|
|
|
|
"bootstrap": "lerna bootstrap",
|
|
|
|
"postinstall": "lerna bootstrap"
|
2017-12-14 13:42:29 +00:00
|
|
|
},
|
2018-02-28 22:01:56 +00:00
|
|
|
"devDependencies": {
|
2021-04-15 04:09:10 +00:00
|
|
|
"@babel/core": "^7.13.15",
|
|
|
|
"@babel/preset-env": "^7.13.15",
|
|
|
|
"@babel/preset-react": "^7.13.13",
|
|
|
|
"@babel/preset-typescript": "^7.13.0",
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
|
|
|
"babel-loader": "^8.2.2",
|
|
|
|
"css-loader": "^5.2.1",
|
|
|
|
"lerna": "^4.0.0",
|
|
|
|
"@lerna/filter-options": "4.0.0",
|
|
|
|
"prettier": "^2.2.1",
|
|
|
|
"sass-loader": "^11.0.1",
|
|
|
|
"style-loader": "^2.0.0",
|
|
|
|
"webpack": "^5.32.0",
|
|
|
|
"webpack-cli": "^4.6.0",
|
|
|
|
"webpack-merge": "^5.7.3",
|
|
|
|
"typescript": "^4.2.4"
|
2017-12-14 13:42:29 +00:00
|
|
|
}
|
2017-08-08 14:13:24 +00:00
|
|
|
}
|