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.
60 lines
1.8 KiB
60 lines
1.8 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/icons": "^5.3.6",
|
|
"@ant-design/pro-components": "^2.7.0",
|
|
"@formily/antd-v5": "^1.2.0",
|
|
"@formily/core": "^2.3.1",
|
|
"@formily/react": "^2.3.1",
|
|
"@icon-park/react": "^1.4.2",
|
|
"@tanstack/query-core": "^5.29.0",
|
|
"@tanstack/react-query": "^5.29.2",
|
|
"@tanstack/react-router": "^1.26.20",
|
|
"antd": "^5.16.1",
|
|
"antd-style": "^3.6.2",
|
|
"axios": "^1.6.8",
|
|
"bunshi": "^2.1.4",
|
|
"dayjs": "^1.11.10",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"i18next": "^23.11.2",
|
|
"i18next-browser-languagedetector": "^7.2.1",
|
|
"jotai": "^2.8.0",
|
|
"jotai-devtools": "^0.9.1",
|
|
"jotai-scope": "^0.5.1",
|
|
"jotai-tanstack-query": "^0.8.5",
|
|
"re-resizable": "^6.9.11",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^14.1.0",
|
|
"react-layout-kit": "^1.9.0",
|
|
"react-rnd": "^10.4.2-test2",
|
|
"react-use": "^17.5.0",
|
|
"wonka": "^6.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@tanstack/router-devtools": "^1.26.20",
|
|
"@tanstack/router-vite-plugin": "^1.26.16",
|
|
"@types/react": "^18.2.66",
|
|
"@types/react-dom": "^18.2.22",
|
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
"@typescript-eslint/parser": "^7.2.0",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
"mockjs": "^1.1.0",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.2.0",
|
|
"vite-plugin-mock": "^3.0.1"
|
|
}
|
|
}
|