maxGraph/package.json

43 lines
1.2 KiB
JSON
Raw Normal View History

{
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",
"homepage": "https://github.com/jgraph/mxgraph",
"author": {
"name": "JGraph Ltd",
"email": "support@jgraph.com"
},
2017-12-14 13:42:29 +00:00
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/jgraph/mxgraph.git"
2017-12-14 13:42:29 +00:00
},
"bugs": {
"url": "https://github.com/jgraph/mxgraph/issues"
},
2017-12-14 13:42:29 +00:00
"main": "./javascript/dist/build.js",
"scripts": {
"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": {
"@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
}
}