You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
913 B
35 lines
913 B
{
|
|
"private": true,
|
|
"author": "jialin <jialinkuang@126.com>",
|
|
"scripts": {
|
|
"dev": "max dev",
|
|
"build": "max build",
|
|
"format": "prettier --cache --write .",
|
|
"prepare": "husky",
|
|
"postinstall": "max setup",
|
|
"setup": "max setup",
|
|
"start": "npm run dev"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.3.7",
|
|
"@ant-design/pro-components": "^2.7.1",
|
|
"@umijs/max": "^4.2.1",
|
|
"antd": "^5.17.0",
|
|
"antd-style": "^3.6.2",
|
|
"classnames": "^2.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.1",
|
|
"@types/react-dom": "^18.3.0",
|
|
"eslint": "^8.56.0",
|
|
"eslint-plugin-unused-imports": "^3.2.0",
|
|
"husky": "^9.0.11",
|
|
"lint-staged": "^15.2.2",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-organize-imports": "^3.2.4",
|
|
"prettier-plugin-packagejson": "^2.5.0",
|
|
"prettier-plugin-two-style-order": "^1.0.1",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|