31 lines
774 B
JSON
31 lines
774 B
JSON
{
|
|
"private": true,
|
|
"author": "xiejie <745007854@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/icons": "^4.7.0",
|
|
"@ant-design/pro-components": "^2.0.1",
|
|
"@toast-ui/react-editor": "^3.2.2",
|
|
"@umijs/max": "^4.0.32",
|
|
"antd": "^4.20.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0",
|
|
"husky": "^8.0.1",
|
|
"lint-staged": "^13.0.3",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-organize-imports": "^2",
|
|
"prettier-plugin-packagejson": "^2",
|
|
"typescript": "^4.1.2"
|
|
}
|
|
}
|