csc309-team58/sports-matcher/client/package.json

46 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2022-02-27 22:46:16 +00:00
{
"name": "client",
2022-02-27 22:46:16 +00:00
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
2022-02-27 22:46:16 +00:00
"@testing-library/user-event": "^13.5.0",
"axios": "^0.26.1",
"bootstrap": "^5.1.3",
2022-02-27 22:46:16 +00:00
"react": "^17.0.2",
"react-bootstrap": "^2.2.2",
2022-02-27 22:46:16 +00:00
"react-dom": "^17.0.2",
2022-03-01 18:32:42 +00:00
"react-router-dom": "^6.2.2",
"react-scripts": "5.0.0",
2022-02-27 22:46:16 +00:00
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "NODE_ENV=development API_HOST=http://localhost:5000 react-scripts start",
"build": "../scripts/build.py",
2022-02-27 22:46:16 +00:00
"test": "react-scripts test",
"eject": "react-scripts 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"
]
},
"devDependencies": {
"eslint": "^8.12.0",
"eslint-plugin-react": "^7.29.4"
2022-02-27 22:46:16 +00:00
}
}