aboutsummaryrefslogtreecommitdiff
path: root/part1/courseinfo/package.json
diff options
context:
space:
mode:
authorIbrahim Mkusa <ibrahimmkusa@gmail.com>2023-04-22 22:13:22 -0400
committerIbrahim Mkusa <ibrahimmkusa@gmail.com>2023-04-22 22:13:22 -0400
commit864c74dd1ac16274694aee4c0d2f5b52cebef246 (patch)
tree3e60e0fd8ee51ac15518d46dd1e6269628593ea6 /part1/courseinfo/package.json
parent13cc25a9e1a595b949c948174bd1c82fda50cc0a (diff)
Did exercises 1.1-1.2
Diffstat (limited to 'part1/courseinfo/package.json')
-rw-r--r--part1/courseinfo/package.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/part1/courseinfo/package.json b/part1/courseinfo/package.json
new file mode 100644
index 0000000..0b12a09
--- /dev/null
+++ b/part1/courseinfo/package.json
@@ -0,0 +1,38 @@
+{
+ "name": "courseinfo",
+ "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"
+ ]
+ }
+}