websoft9/cockpit/appstore/package.json
2023-06-02 14:02:20 +08:00

52 lines
1.2 KiB
JSON

{
"name": "appstore",
"version": "1.0.0",
"private": true,
"homepage": ".",
"dependencies": {
"@apollo/client": "^3.7.9",
"@mui/material": "^5.12.2",
"@mui/icons-material": "^5.11.16",
"@emotion/styled": "^11.10.6",
"@emotion/react":"^11.11.0",
"@patternfly/patternfly": "^4.224.2",
"axios": "^1.3.4",
"bootstrap": "5.1.3",
"classnames": "^2.3.1",
"customize-cra": "^1.0.0",
"react": "^18.2.0",
"react-app-rewired": "^2.2.1",
"react-bootstrap": "^2.1.2",
"react-dom": "^18.2.0",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.2",
"redux-saga": "^1.1.3",
"react-scripts": "^5.0.0",
"graphql": "^15.8.0",
"sass": "^1.49.9"
},
"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"
]
}
}