-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
62 lines (62 loc) · 1.74 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "AnQiCMS",
"version": "2.2.0",
"private": true,
"description": "An out-of-box UI solution for enterprise applications",
"scripts": {
"build": "max build",
"dev": "max dev",
"postinstall": "max setup",
"format": "prettier --cache --write .",
"prepare": "husky",
"setup": "max setup",
"start": "npm run dev"
},
"dependencies": {
"@ant-design/icons": "^5.3.7",
"@ant-design/plots": "^2.2.2",
"@ant-design/pro-components": "^2.7.15",
"@bytemd/plugin-gfm": "^1.21.0",
"@bytemd/plugin-math": "^1.21.0",
"@bytemd/plugin-mermaid": "^1.21.0",
"@bytemd/react": "^1.21.0",
"antd": "^5.13.2",
"bytemd": "^1.21.0",
"classnames": "^2.5.1",
"lodash": "^4.17.21",
"monaco-editor": "0.33.0",
"monaco-editor-webpack-plugin": "7.0.1",
"omit.js": "^2.0.2",
"rc-menu": "^9.12.4",
"rc-util": "^5.38.1",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-monaco-editor": "^0.48.0",
"spark-md5": "^3.0.2",
"wangeditor-for-react": "^1.5.6"
},
"devDependencies": {
"@ant-design/pro-cli": "^3.3.0",
"@playwright/test": "^1.17.0",
"@types/classnames": "^2.3.1",
"@types/history": "^4.7.11",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.48",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "^18.2.18",
"@umijs/max": "^4.3.12",
"eslint": "^8.56.0",
"husky": "^7.0.4",
"lint-staged": "^13.2.0",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-packagejson": "^2.4.3",
"react-dev-inspector": "^1.9.0",
"stylelint": "^16.8.1",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0"
}
}