Files
react-ui/package.json
2023-08-09 22:28:23 +08:00

52 lines
1.5 KiB
JSON

{
"name": "react-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev-host": "vite --host 0.0.0.0",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write src/",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.1.4",
"antd": "^5.7.0",
"axios": "^1.4.0",
"jwt-decode": "^3.1.2",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"match-sorter": "^6.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.14.1",
"react-router-dom": "^6.14.1",
"sort-by": "^1.2.0"
},
"devDependencies": {
"@types/jsdom": "^21.1.1",
"@types/lodash": "^4.14.195",
"@types/node": "^20.4.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/plugin-react": "^4.0.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^36.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"jsdom": "^22.1.0",
"prettier": "^3.0.0",
"stylelint-config-prettier": "^9.0.5",
"typescript": "^5.0.2",
"vite": "^4.4.0"
}
}