maxGraph/package.json

45 lines
1.2 KiB
JSON
Raw Normal View History

{
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",
"author": {
2021-09-07 09:07:27 +00:00
"name": "",
"email": ""
},
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
},
"bugs": {
2021-09-07 09:07:27 +00:00
"url": "https://github.com/maxGraph/maxGraph/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.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@lerna/filter-options": "^4.0.0",
"babel-loader": "^8.2.3",
2021-11-27 06:51:03 +00:00
"cross-env": "^7.0.3",
"css-loader": "^6.5.1",
2021-09-07 09:07:27 +00:00
"file-loader": "^6.2.0",
"lerna": "^4.0.0",
"prettier": "^2.5.0",
"style-loader": "^3.3.1",
"typescript": "^4.5.2",
"url-loader": "^4.1.1",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"webpack-merge": "^5.8.0"
2017-12-14 13:42:29 +00:00
}
}