Mariadb-Developer-Examples/flights/src/client/package.json

45 wiersze
1.1 KiB
JSON

{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@devexpress/dx-core": "^2.6.0",
"@devexpress/dx-grid-core": "^2.6.0",
"@devexpress/dx-react-core": "^2.6.0",
"@devexpress/dx-react-grid": "^2.6.0",
"@devexpress/dx-react-grid-bootstrap3": "^2.6.0",
"@devexpress/dx-react-grid-material-ui": "^2.6.0",
"@material-ui/core": "^4.9.8",
"@material-ui/icons": "^4.9.1",
"material-ui": "^0.20.2",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.2.0",
"react-select": "^3.1.0",
"recharts": "^2.0.0-beta.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:8080"
}