Files
scouting-2021/client/package.json
T

43 lines
925 B
JSON
Raw Normal View History

2021-09-23 14:01:02 -06:00
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"pouchdb": "^7.2.2",
"pouchdb-browser": "^7.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
2021-09-24 17:26:03 -06:00
"web-vitals": "^1.1.2",
"serve": "^12.0.1"
2021-09-23 14:01:02 -06:00
},
"scripts": {
2021-09-24 17:26:03 -06:00
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
2021-09-23 14:01:02 -06: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"
]
}
}