44 lines
997 B
JSON
44 lines
997 B
JSON
{
|
|
"name": "client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@testing-library/react": "^11.1.0",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-dropdown": "^1.9.2",
|
|
"react-scripts": "4.0.2",
|
|
"web-vitals": "^1.0.1",
|
|
"@material-ui/core": "^4.11.3",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"axios": "^0.21.1",
|
|
"material-table": "^1.69.2",
|
|
"react-router-dom": "^5.2.0"
|
|
},
|
|
"scripts": {
|
|
"start": "set URL=vps.k-world.me.uk && set PORT=6969 && react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"proxy": "http://localhost:3001",
|
|
"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"
|
|
]
|
|
}
|
|
}
|