ktvmanager/client/package.json

44 lines
997 B
JSON
Raw Normal View History

2021-02-06 15:07:01 +00:00
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/react": "^11.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
2021-02-27 10:56:38 +00:00
"react-dropdown": "^1.9.2",
2021-02-06 15:07:01 +00:00
"react-scripts": "4.0.2",
2021-03-06 09:24:10 +00:00
"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"
2021-02-06 15:07:01 +00:00
},
"scripts": {
2021-03-18 10:51:11 +00:00
"start": "set URL=vps.k-world.me.uk && set PORT=6969 && react-scripts start",
2021-02-06 15:07:01 +00:00
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
2021-02-06 19:03:19 +00:00
"proxy": "http://localhost:3001",
2021-02-06 15:07:01 +00:00
"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"
]
}
}