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",
|
2023-09-15 10:31:22 +00:00
|
|
|
"private": true,
|
2022-07-05 06:08:25 +00:00
|
|
|
"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
|
|
|
},
|
2023-12-04 02:25:41 +00:00
|
|
|
"workspaces": [
|
|
|
|
"./packages/*"
|
|
|
|
],
|
2017-12-14 13:42:29 +00:00
|
|
|
"scripts": {
|
2021-04-15 04:09:10 +00:00
|
|
|
"dev": "node ./scripts/dev",
|
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": {
|
2022-10-23 07:41:41 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.39.0",
|
|
|
|
"@typescript-eslint/parser": "^5.39.0",
|
2022-10-29 19:49:23 +00:00
|
|
|
"eslint": "^8.26.0",
|
|
|
|
"eslint-config-prettier": "^8.5.0",
|
|
|
|
"eslint-plugin-import": "^2.26.0",
|
2022-10-23 07:41:41 +00:00
|
|
|
"prettier": "^2.7.1",
|
2023-12-03 15:51:40 +00:00
|
|
|
"typescript": "^4.9.5"
|
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
|
|
|
}
|