2017-08-08 14:13:24 +00:00
|
|
|
{
|
2021-09-07 09:07:27 +00:00
|
|
|
"name": "maxgraph",
|
|
|
|
"description": "max-graph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"homepage": "https://github.com/maxGraph/maxGraph",
|
2017-08-08 14:13:24 +00:00
|
|
|
"author": {
|
2021-09-07 09:07:27 +00:00
|
|
|
"name": "",
|
|
|
|
"email": ""
|
2017-08-08 14:13:24 +00:00
|
|
|
},
|
2021-09-07 09:07:27 +00:00
|
|
|
"license": "MIT",
|
2017-12-14 13:42:29 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-09-07 09:07:27 +00:00
|
|
|
"url": "git+https://github.com/maxGraph/maxGraph"
|
2017-12-14 13:42:29 +00:00
|
|
|
},
|
2017-08-08 14:13:24 +00:00
|
|
|
"bugs": {
|
2021-09-07 09:07:27 +00:00
|
|
|
"url": "https://github.com/maxGraph/maxGraph/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",
|
2021-09-07 09:07:27 +00:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
2021-04-15 04:09:10 +00:00
|
|
|
"@babel/preset-env": "^7.13.15",
|
|
|
|
"@babel/preset-react": "^7.13.13",
|
|
|
|
"@babel/preset-typescript": "^7.13.0",
|
2021-09-07 09:07:27 +00:00
|
|
|
"@lerna/filter-options": "4.0.0",
|
2021-04-15 04:09:10 +00:00
|
|
|
"babel-loader": "^8.2.2",
|
|
|
|
"css-loader": "^5.2.1",
|
2021-09-07 09:07:27 +00:00
|
|
|
"file-loader": "^6.2.0",
|
2021-04-15 04:09:10 +00:00
|
|
|
"lerna": "^4.0.0",
|
|
|
|
"prettier": "^2.2.1",
|
|
|
|
"style-loader": "^2.0.0",
|
2021-09-07 09:07:27 +00:00
|
|
|
"typescript": "^4.2.4",
|
2021-04-19 12:56:58 +00:00
|
|
|
"url-loader": "^4.1.1",
|
2021-04-15 04:09:10 +00:00
|
|
|
"webpack": "^5.32.0",
|
|
|
|
"webpack-cli": "^4.6.0",
|
2021-09-07 09:07:27 +00:00
|
|
|
"webpack-merge": "^5.7.3"
|
2017-12-14 13:42:29 +00:00
|
|
|
}
|
2017-08-08 14:13:24 +00:00
|
|
|
}
|