{ "name": "nonebot-bison-admin", "version": "0.1.0", "private": true, "homepage": "bison", "proxy": "http://127.0.0.1:8080", "dependencies": { "@arco-design/web-react": "^2.64.0", "@babel/core": "^7.25.2", "@babel/plugin-syntax-flow": "^7.24.7", "@babel/plugin-transform-react-jsx": "^7.25.2", "@reduxjs/toolkit": "^1.9.7", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.13", "@types/node": "^22.9.0", "@types/react": "^18.3.7", "@types/react-dom": "^18.3.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-redux": "^9.1.2", "react-router-dom": "^6.26.2", "react-scripts": "5.0.1", "redux": "^5.0.1", "redux-persist": "^6.0.0", "typescript": "^5.6.2", "web-vitals": "^3.5.2" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build && cp -r -f build/* ../nonebot_bison/admin_page/dist", "test": "react-scripts test", "eject": "react-scripts eject", "lint": "eslint --fix src/**/*.ts src/**/*.tsx" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@testing-library/jest-dom": "^6.5.0", "@typescript-eslint/eslint-plugin": "^8.6.0", "@typescript-eslint/parser": "^8.6.0", "eslint": "^8.57.1", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^18.0.0", "eslint-import-resolver-typescript": "^3.6.3", "eslint-plugin-import": "^2.30.0", "eslint-plugin-jsx-a11y": "^6.10.0", "eslint-plugin-react": "^7.36.1", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-redux": "^4.2.0" } }