diff options
author | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2023-04-25 22:29:03 -0400 |
---|---|---|
committer | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2023-04-25 22:29:03 -0400 |
commit | ff58edc98a1224fa24a006b7d5273fbf0c1e2c29 (patch) | |
tree | 834647ae142f3a29a828527f16bde38ff4d411c2 /part1/unicafe/package.json | |
parent | 269ab61b887718ac5820b7f50cd9de3682944a5d (diff) |
ex1.6
Diffstat (limited to 'part1/unicafe/package.json')
-rw-r--r-- | part1/unicafe/package.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/part1/unicafe/package.json b/part1/unicafe/package.json new file mode 100644 index 0000000..417bc40 --- /dev/null +++ b/part1/unicafe/package.json @@ -0,0 +1,38 @@ +{ + "name": "unicafe", + "version": "0.1.0", + "private": true, + "dependencies": { + "@testing-library/jest-dom": "^5.16.5", + "@testing-library/react": "^13.4.0", + "@testing-library/user-event": "^13.5.0", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "react-scripts": "5.0.1", + "web-vitals": "^2.1.4" + }, + "scripts": { + "start": "react-scripts start", + "build": "react-scripts build", + "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" + ] + } +} |