aboutsummaryrefslogtreecommitdiff
path: root/part1/anecdotes/package.json
diff options
context:
space:
mode:
authorIbrahim Mkusa <ibrahimmkusa@gmail.com>2023-04-26 20:15:41 -0400
committerIbrahim Mkusa <ibrahimmkusa@gmail.com>2023-04-26 20:15:41 -0400
commit911544693232e3c5fb9da66a38419294fee12fb1 (patch)
treea6fc2f88a1b1d90195a9a55fa39f761126035d1b /part1/anecdotes/package.json
parentb87aa3654e9ab5fbb88f8dd108d67531d3a43bef (diff)
begin work on ex1.12
Diffstat (limited to 'part1/anecdotes/package.json')
-rw-r--r--part1/anecdotes/package.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/part1/anecdotes/package.json b/part1/anecdotes/package.json
new file mode 100644
index 0000000..df4371a
--- /dev/null
+++ b/part1/anecdotes/package.json
@@ -0,0 +1,38 @@
+{
+ "name": "anecdotes",
+ "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"
+ ]
+ }
+}