Files
creator-hub/web/package.json
T

22 lines
472 B
JSON

{
"private": true,
"author": "杨豪 <yanghao05@qianxin.com>",
"scripts": {
"dev": "max dev",
"build": "max build",
"start": "max preview"
},
"dependencies": {
"@ant-design/icons": "^6.3.4",
"@ant-design/pro-components": "^3.1.14-7",
"@umijs/max": "^4.7.19",
"antd": "^6.6.5"
},
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"typescript": "^5.0.3"
},
"name": "creator-hub-web"
}