2017-08-08 14:13:24 +00:00
|
|
|
{
|
2021-09-07 09:07:27 +00:00
|
|
|
"name": "maxgraph",
|
2022-07-05 06:08:25 +00:00
|
|
|
"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.",
|
2021-09-07 09:07:27 +00:00
|
|
|
"homepage": "https://github.com/maxGraph/maxGraph",
|
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
|
|
|
"scripts": {
|
2021-04-15 04:09:10 +00:00
|
|
|
"dev": "node ./scripts/dev",
|
2022-01-14 05:17:38 +00:00
|
|
|
"bootstrap": "lerna bootstrap --no-ci",
|
|
|
|
"postinstall": "lerna bootstrap --no-ci",
|
2022-10-23 07:41:41 +00:00
|
|
|
"lint": "eslint packages/**/**.ts",
|
|
|
|
"lint:fix": "eslint --fix packages/**/**.ts",
|
|
|
|
"prettier": "prettier --write packages/*/src/**/*.ts"
|
2017-12-14 13:42:29 +00:00
|
|
|
},
|
2018-02-28 22:01:56 +00:00
|
|
|
"devDependencies": {
|
2021-11-27 06:17:08 +00:00
|
|
|
"@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",
|
2022-10-23 07:41:41 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.39.0",
|
|
|
|
"@typescript-eslint/parser": "^5.39.0",
|
2021-11-27 06:17:08 +00:00
|
|
|
"babel-loader": "^8.2.3",
|
2022-01-08 01:49:35 +00:00
|
|
|
"better-docs": "^2.3.2",
|
2022-07-05 06:08:25 +00:00
|
|
|
"cross-env": "~7.0.3",
|
2022-09-24 11:20:53 +00:00
|
|
|
"css-loader": "^6.5.1",
|
2022-10-29 19:49:23 +00:00
|
|
|
"eslint": "^8.26.0",
|
|
|
|
"eslint-config-prettier": "^8.5.0",
|
|
|
|
"eslint-plugin-import": "^2.26.0",
|
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",
|
2022-10-23 07:41:41 +00:00
|
|
|
"prettier": "^2.7.1",
|
2021-11-27 06:17:08 +00:00
|
|
|
"style-loader": "^3.3.1",
|
2022-11-20 16:23:46 +00:00
|
|
|
"typedoc": "^0.23.21",
|
2023-04-04 07:17:39 +00:00
|
|
|
"typescript": "^4.9.5",
|
2021-04-19 12:56:58 +00:00
|
|
|
"url-loader": "^4.1.1",
|
2021-11-27 06:17:08 +00:00
|
|
|
"webpack": "^5.64.4",
|
|
|
|
"webpack-cli": "^4.9.1",
|
|
|
|
"webpack-merge": "^5.8.0"
|
2022-11-22 06:03:48 +00:00
|
|
|
},
|
|
|
|
"overrides": {
|
|
|
|
"@types/node": "^16.18.0"
|
2022-07-05 06:08:25 +00:00
|
|
|
}
|
2017-08-08 14:13:24 +00:00
|
|
|
}
|