44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "maxgraph",
|
|
"license": "Apache-2.0",
|
|
"version": "0.1.0",
|
|
"description": "maxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.",
|
|
"homepage": "https://github.com/maxGraph/maxGraph",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/maxGraph/maxGraph"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/maxGraph/maxGraph/issues"
|
|
},
|
|
"scripts": {
|
|
"dev": "node ./scripts/dev",
|
|
"bootstrap": "lerna bootstrap --no-ci",
|
|
"postinstall": "lerna bootstrap --no-ci",
|
|
"docs": "jsdoc -c jsdoc.json"
|
|
},
|
|
"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",
|
|
"better-docs": "^2.3.2",
|
|
"css-loader": "^6.5.1",
|
|
"cross-env": "~7.0.3",
|
|
"file-loader": "^6.2.0",
|
|
"jsdoc": "^3.6.7",
|
|
"lerna": "^4.0.0",
|
|
"prettier": "^2.5.0",
|
|
"style-loader": "^3.3.1",
|
|
"typedoc": "^0.22.10",
|
|
"typescript": "^4.5.2",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.64.4",
|
|
"webpack-cli": "^4.9.1",
|
|
"webpack-merge": "^5.8.0"
|
|
}
|
|
}
|