monorepo-microservice-rbac/apps/dmp/package.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2023-08-27 14:37:59 +08:00
{
"name": "@tavi/dmp-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router": "6.14.2",
"react-router-dom": "6.14.2",
"antd": "5.8.3",
"axios": "1.4.0",
"react-icons": "4.10.1",
"mobx": "6.9.0",
"mobx-react-lite": "3.4.3",
"@ant-design/icons": "5.2.5",
"dicom-parser": "1.8.21",
"path-to-regexp": "6.2.1",
"@tavi/util": "workspace:*"
},
"devDependencies": {
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/plugin-react": "^4.0.1",
"eslint": "^8.44.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"typescript": "^5.0.2",
"vite": "^4.4.0"
}
}