-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 KB
/
package.json
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
36
37
38
39
40
41
{
"name": "dbml-editor",
"version": "0.5.0",
"author": "Jingchao Di <[email protected]>",
"scripts": {
"build": "max build",
"dev": "max dev",
"format": "prettier --cache --write .",
"postinstall": "max setup",
"prepare": "husky",
"setup": "max setup",
"start": "npm run dev"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@ant-design/pro-components": "^2.4.4",
"@antv/layout": "^0.3.25",
"@antv/x6": "^2.18.1",
"@antv/x6-plugin-snapline": "^2.1.7",
"@antv/x6-react-shape": "^2.2.3",
"@dbml/core": "^3.4.3",
"@umijs/max": "^4.2.2",
"antd": "^5.16.5",
"axios": "^1.6.8",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.48.0",
"react-monaco-editor": "^0.55.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@umijs/plugins": "^4.1.10",
"husky": "^9",
"lint-staged": "^13.2.0",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-packagejson": "^2.4.3",
"typescript": "^5.0.3"
}
}