websoft9/cockpit/settings/package.json
2023-06-20 11:19:00 +08:00

49 lines
No EOL
1.1 KiB
JSON

{
"name": "upgrade",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4",
"react-bootstrap": "^2.1.2",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.2",
"@emotion/styled": "^11.10.6",
"@emotion/react": "^11.11.0",
"customize-cra": "^1.0.0",
"react-app-rewired": "^2.2.1",
"bootstrap": "5.1.3",
"classnames": "^2.3.1",
"axios": "^1.3.4"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired 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"
]
}
}