first commit
This commit is contained in:
48
package.json
Normal file
48
package.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"private": true,
|
||||
"author": "xkl <2058827620@qq.com>",
|
||||
"scripts": {
|
||||
"dev": "max dev",
|
||||
"build": "max build",
|
||||
"format": "prettier --cache --write .",
|
||||
"prepare": "husky install",
|
||||
"postinstall": "max setup",
|
||||
"setup": "max setup",
|
||||
"start": "npm run dev"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design/charts": "^1.4.3",
|
||||
"@ant-design/icons": "^5.2.5",
|
||||
"@ant-design/pro-components": "^2.6.12",
|
||||
"@antv/g6": "^4.8.24",
|
||||
"@antv/l7": "^2.21.8",
|
||||
"@antv/l7-maps": "^2.21.8",
|
||||
"@antv/larkmap": "^1.4.16",
|
||||
"@umijs/max": "^4.0.75",
|
||||
"ahooks": "^3.7.8",
|
||||
"antd": "^5.8.3",
|
||||
"braft-editor": "^2.3.9",
|
||||
"braft-finder": "^0.0.21",
|
||||
"braft-utils": "^3.0.13",
|
||||
"dayjs": "^1.11.10",
|
||||
"draft-js-multidecorators": "^1.0.0",
|
||||
"draftjs-utils": "^0.10.2",
|
||||
"lodash": "^4.17.21",
|
||||
"moment": "^2.29.4",
|
||||
"react-quill": "^2.0.0",
|
||||
"react-use-websocket": "^4.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.20",
|
||||
"@types/react-dom": "^18.2.7",
|
||||
"cross-env": "^7.0.3",
|
||||
"husky": "^8.0.3",
|
||||
"lint-staged": "^13.3.0",
|
||||
"nprogress": "^0.2.0",
|
||||
"prettier": "^2.8.8",
|
||||
"prettier-plugin-organize-imports": "^3.2.3",
|
||||
"prettier-plugin-packagejson": "^2.4.5",
|
||||
"tailwindcss": "^3",
|
||||
"typescript": "^5.1.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user