mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
52 lines
No EOL
1.2 KiB
JSON
52 lines
No EOL
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"
|
|
]
|
|
}
|
|
} |