summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-08-29 09:52:34 +0300
committerYuval Adam <_@yuv.al>2022-08-29 09:52:49 +0300
commit998b5cda31aa14a443861568edfc113065d660bb (patch)
tree6aff0700e96d5ddef3be9a9158594c8f98310bb4 /package.json
parent544b1b1f57755491130864ed71e3cf0ae985b66f (diff)
Copy over template from new react scripts project
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
1 files changed, 15 insertions, 8 deletions
diff --git a/package.json b/package.json
index 87c51f6..f75dc1d 100644
--- a/package.json
+++ b/package.json
@@ -9,15 +9,19 @@
"license": "MIT",
"private": false,
"dependencies": {
+ "@testing-library/jest-dom": "^5.16.5",
+ "@testing-library/react": "^13.3.0",
+ "@testing-library/user-event": "^13.5.0",
"axios": "^0.27.2",
- "luxon": "^1.19.3",
- "mapbox-gl": "^1.12.0",
- "rc-slider": "^8.7.1",
- "react": "^16.10.2",
- "react-dom": "^16.10.2",
+ "luxon": "^3.0.2",
+ "mapbox-gl": "^2.10.0",
+ "rc-slider": "^10.0.1",
+ "react": "^18.2.0",
+ "react-dom": "^18.2.0",
"react-mapbox-gl": "^4.8.2",
"react-router-dom": "^5.1.2",
- "react-scripts": "^5.0.1"
+ "react-scripts": "5.0.1",
+ "web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
@@ -29,7 +33,10 @@
"invokecron": "cd cron; serverless invoke -l -f update"
},
"eslintConfig": {
- "extends": "react-app"
+ "extends": [
+ "react-app",
+ "react-app/jest"
+ ]
},
"browserslist": {
"production": [
@@ -48,4 +55,4 @@
"serverless-python-requirements": "^5.0.1"
},
"proxy": "https://imgs.geshem.space/"
-}
+} \ No newline at end of file