mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-05 11:26:43 +08:00
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "nonebot-bison-admin",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "bison",
|
|
"proxy": "http://127.0.0.1:8080",
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "^1.8.1",
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/react": "^13.0.1",
|
|
"@testing-library/user-event": "^14.1.1",
|
|
"@types/jest": "^27.4.1",
|
|
"@types/node": "^17.0.25",
|
|
"@types/react": "^18.0.6",
|
|
"@types/react-dom": "^18.0.2",
|
|
"eslint": "^7.32.0 || ^8.2.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-redux": "^8.0.1",
|
|
"react-router-dom": "^6.3.0",
|
|
"react-scripts": "5.0.1",
|
|
"typescript": "^4.6.0",
|
|
"web-vitals": "^2.1.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build && cp -r -f build/* ../src/plugins/nonebot_bison/admin_page/dist",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"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": {
|
|
"@typescript-eslint/eslint-plugin": "^5.31.0",
|
|
"@typescript-eslint/parser": "^5.31.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
"eslint-import-resolver-typescript": "^3.3.0",
|
|
"eslint-plugin-import": "^2.25.3",
|
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
"eslint-plugin-react": "^7.28.0",
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
"eslint-plugin-react-redux": "^4.0.0"
|
|
}
|
|
}
|