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.
72 lines
2.2 KiB
72 lines
2.2 KiB
{
|
|
"name": "pro",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host --port 3000",
|
|
"dev:proxy": "vite --mode=proxy --host --port 3000",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/cssinjs": "^1.21.1",
|
|
"@ant-design/icons": "^5.4.0",
|
|
"@ant-design/pro-components": "^2.7.15",
|
|
"@ant-design/pro-layout": "^7.19.12",
|
|
"@ant-design/pro-provider": "^2.14.9",
|
|
"@ant-design/pro-utils": "^2.15.17",
|
|
"@formily/antd-v5": "^1.2.3",
|
|
"@formily/core": "^2.3.2",
|
|
"@formily/react": "^2.3.2",
|
|
"@icon-park/react": "^1.4.2",
|
|
"@melloware/react-logviewer": "^5.2.0",
|
|
"@tanstack/query-core": "^5.54.1",
|
|
"@tanstack/react-query": "^5.54.1",
|
|
"@tanstack/react-router": "^1.53.1",
|
|
"antd": "^5.20.5",
|
|
"antd-style": "^3.6.2",
|
|
"axios": "^1.7.7",
|
|
"bunshi": "^2.1.5",
|
|
"date-fns": "^3.6.0",
|
|
"dayjs": "^1.11.13",
|
|
"fast-copy": "^3.0.2",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"go-captcha-react": "^1.0.0",
|
|
"i18next": "^23.14.0",
|
|
"i18next-browser-languagedetector": "^7.2.1",
|
|
"jotai": "^2.9.3",
|
|
"jotai-devtools": "^0.9.1",
|
|
"jotai-scope": "^0.5.2",
|
|
"jotai-tanstack-query": "^0.8.7",
|
|
"lodash": "^4.17.21",
|
|
"re-resizable": "^6.9.17",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-i18next": "^14.1.3",
|
|
"react-if": "^4.1.5",
|
|
"react-layout-kit": "^1.9.0",
|
|
"react-rnd": "^10.4.12",
|
|
"react-use": "^17.5.1",
|
|
"throttle-debounce": "^5.0.2",
|
|
"use-merge-value": "^1.2.0",
|
|
"wonka": "^6.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@tanstack/router-devtools": "^1.53.1",
|
|
"@tanstack/router-vite-plugin": "^1.54.0",
|
|
"@types/react": "^18.3.5",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
"@typescript-eslint/parser": "^7.18.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-react-refresh": "^0.4.11",
|
|
"mockjs": "^1.1.0",
|
|
"typescript": "^5.5.4",
|
|
"vite": "^5.4.3",
|
|
"vite-plugin-mock": "^3.0.2"
|
|
}
|
|
}
|