Showing
2 changed files
with
40 additions
and
0 deletions
package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
package.json
0 → 100644
| 1 | +{ | ||
| 2 | + "name": "khuwitch", | ||
| 3 | + "version": "0.1.0", | ||
| 4 | + "private": true, | ||
| 5 | + "dependencies": { | ||
| 6 | + "@material-ui/core": "^4.11.1", | ||
| 7 | + "@material-ui/icons": "^4.9.1", | ||
| 8 | + "@testing-library/jest-dom": "^5.11.4", | ||
| 9 | + "@testing-library/react": "^11.1.0", | ||
| 10 | + "@testing-library/user-event": "^12.1.10", | ||
| 11 | + "react": "^17.0.1", | ||
| 12 | + "react-dom": "^17.0.1", | ||
| 13 | + "react-scripts": "4.0.1", | ||
| 14 | + "web-vitals": "^0.2.4" | ||
| 15 | + }, | ||
| 16 | + "scripts": { | ||
| 17 | + "start": "react-scripts start", | ||
| 18 | + "build": "react-scripts build", | ||
| 19 | + "test": "react-scripts test", | ||
| 20 | + "eject": "react-scripts eject" | ||
| 21 | + }, | ||
| 22 | + "eslintConfig": { | ||
| 23 | + "extends": [ | ||
| 24 | + "react-app", | ||
| 25 | + "react-app/jest" | ||
| 26 | + ] | ||
| 27 | + }, | ||
| 28 | + "browserslist": { | ||
| 29 | + "production": [ | ||
| 30 | + ">0.2%", | ||
| 31 | + "not dead", | ||
| 32 | + "not op_mini all" | ||
| 33 | + ], | ||
| 34 | + "development": [ | ||
| 35 | + "last 1 chrome version", | ||
| 36 | + "last 1 firefox version", | ||
| 37 | + "last 1 safari version" | ||
| 38 | + ] | ||
| 39 | + } | ||
| 40 | +} |
-
Please register or login to post a comment