92 lines
2.4 KiB
JSON
92 lines
2.4 KiB
JSON
{
|
|
"name": "xunhong",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"workspaces": {
|
|
"packages": [
|
|
"packages/*",
|
|
"shared/**"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"format": "pnpm --filter \"./packages/**\" run format",
|
|
"prepare": "husky",
|
|
"dev": "pnpm --filter \"./packages/**\" run dev",
|
|
"build": "pnpm --filter \"./packages/**\" run build"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@ant-design/charts": "^2.2.7",
|
|
"@ant-design/cssinjs": "^1.23.0",
|
|
"@ant-design/icons": "^6.0.0",
|
|
"@ant-design/pro-components": "^2.8.6",
|
|
"@ant-design/pro-editor": "^1.3.0",
|
|
"@ant-design/x": "^1.1.0",
|
|
"@chageable/components": "workspace:^",
|
|
"@formily/antd-v5": "^1.2.3",
|
|
"@formily/core": "^2.3.2",
|
|
"@formily/react": "^2.3.2",
|
|
"@nutui/nutui-react": "^3.0.18",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/lodash": "^4.17.12",
|
|
"@types/uuid": "^10.0.0",
|
|
"@umijs/max": "^4.4.9",
|
|
"@umijs/max-plugin-openapi": "^2.0.3",
|
|
"@wangeditor-next/editor": "^5.6.34",
|
|
"@wangeditor-next/editor-for-react": "^1.0.9",
|
|
"ali-oss": "^6.21.0",
|
|
"antd": "^5.25.2",
|
|
"antd-style": "^3.7.1",
|
|
"axios": "1.7.4",
|
|
"classnames": "^2.5.1",
|
|
"clipboard": "^2.0.11",
|
|
"crypto-js": "^4.2.0",
|
|
"dayjs": "^1.11.13",
|
|
"detect-port": "^1.6.1",
|
|
"district-data": "^0.0.17",
|
|
"dompurify": "^3.2.5",
|
|
"execa": "^9.4.1",
|
|
"git-revision-webpack-plugin": "^5.0.0",
|
|
"highlight.js": "^11.10.0",
|
|
"immer": "^10.1.1",
|
|
"immutability-helper": "^3.1.1",
|
|
"inquirer": "^12.0.0",
|
|
"lodash": "^4.17.21",
|
|
"markdown-it": "^14.1.0",
|
|
"moment": "^2.30.1",
|
|
"mustache": "^4.2.0",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-calculator-ts": "^1.1.1",
|
|
"react-contexify": "^6.0.0",
|
|
"react-countup": "^6.5.3",
|
|
"react-dnd": "^16.0.1",
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
"react-json-view": "^1.21.3",
|
|
"react-rnd": "^10.4.13",
|
|
"styled-components": "^6.1.17",
|
|
"swagger-ui-dist": "^5.17.14",
|
|
"uuid": "^10.0.0",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/dompurify": "^3.2.0",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/react": "^18.3.11",
|
|
"@types/react-beautiful-dnd": "^13.1.8",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@umijs/openapi": "^1.13.0",
|
|
"concurrently": "^9.1.2",
|
|
"husky": "^9.1.6",
|
|
"lint-staged": "^15.2.10",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
"prettier-plugin-packagejson": "^2.5.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.9",
|
|
"tailwindcss": "^3.4.17",
|
|
"tailwindcss-themer": "^4.1.1",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|