37 lines
991 B
JSON
37 lines
991 B
JSON
{
|
|
"private": true,
|
|
"author": "liuhanhua <1>",
|
|
"scripts": {
|
|
"dev": "cross-env UMI_ENV=dev max dev",
|
|
"dev:pre": "cross-env UMI_ENV=pre umi dev",
|
|
"build": "umi build",
|
|
"postinstall": "umi setup",
|
|
"setup": "umi setup",
|
|
"start": "npm run dev"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^6.0.0",
|
|
"@ant-design/pro-components": "^2.8.7",
|
|
"@ebay/nice-modal-react": "^1.2.13",
|
|
"@umijs/plugin-initial-state": "^2.4.0",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-react": "^1.0.6",
|
|
"accounting": "^0.4.1",
|
|
"antd-style": "^3.7.1",
|
|
"axios": "^1.11.0",
|
|
"less": "^4.4.0",
|
|
"less-loader": "^12.3.0",
|
|
"rc-tween-one": "^3.0.6",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"antd": "^5.27.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.33",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@umijs/plugins": "^4.5.3",
|
|
"typescript": "^5.0.3",
|
|
"@umijs/max": "^4.5.3",
|
|
"cross-env": "^7.0.3"
|
|
}
|
|
} |