about summary refs log tree commit diff stats
path: root/package.json
diff options
context:
space:
mode:
authorredcreeper14385 <mounderfod@gmail.com>2021-11-18 15:54:04 +0000
committerredcreeper14385 <mounderfod@gmail.com>2021-11-18 15:54:04 +0000
commit328d355f83d395037e5453f5a10a2290b1975774 (patch)
tree0ad19c8b400be2aca2d145ad390deaf778adb243 /package.json
downloadfacere-cito-328d355f83d395037e5453f5a10a2290b1975774.tar.gz
Initialize project using Create React App
Diffstat (limited to 'package.json')
-rw-r--r--package.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..3179168
--- /dev/null
+++ b/package.json
@@ -0,0 +1,38 @@
+{
+  "name": "my-app",
+  "version": "0.1.0",
+  "private": true,
+  "dependencies": {
+    "@testing-library/jest-dom": "^5.15.0",
+    "@testing-library/react": "^11.2.7",
+    "@testing-library/user-event": "^12.8.3",
+    "react": "^17.0.2",
+    "react-dom": "^17.0.2",
+    "react-scripts": "4.0.3",
+    "web-vitals": "^1.1.2"
+  },
+  "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"
+    ]
+  }
+}