FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
maxGraph/package.json at main · maxGraph/maxGraph · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
maxGraph
/
maxGraph
Public
forked from
jgraph/mxgraph
Notifications
You must be signed in to change notification settings
Fork
201
Star
1.1k
Code
Issues
43
Pull requests
30
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
maxGraph
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
35 lines (35 loc) · 998 Bytes
Breadcrumbs
maxGraph
/
package.json
Copy path
File metadata and controls
35 lines (35 loc) · 998 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name"
:
"
maxgraph
"
,
"license"
:
"
Apache-2.0
"
,
"private"
:
true
,
"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
"
},
"workspaces"
: [
"
./packages/*
"
],
"scripts"
: {
"dev"
:
"
node ./scripts/dev
"
,
"lint"
:
"
eslint
\"
**/*.ts
\"
"
,
"lint:fix"
:
"
eslint --fix
\"
**/*.ts
\"
"
},
"devDependencies"
: {
"@types/node"
:
"
^24.10.7
"
,
"eslint"
:
"
~9.39.2
"
,
"eslint-config-prettier"
:
"
~10.1.8
"
,
"eslint-plugin-import"
:
"
~2.32.0
"
,
"eslint-plugin-n"
:
"
~17.23.2
"
,
"eslint-plugin-prettier"
:
"
~5.5.5
"
,
"eslint-plugin-storybook"
:
"
~10.5.7
"
,
"eslint-plugin-unicorn"
:
"
~62.0.0
"
,
"prettier"
:
"
~3.8.1
"
,
"typescript"
:
"
~5.9.2
"
,
"typescript-eslint"
:
"
~8.54.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL