Changes Pupeteer screenshot mechanism, updates dependencies, fix docs, add fallback for screenshot, add dev script

This commit is contained in:
Alicia Sykes
2023-07-22 14:15:22 +01:00
parent 1b5309c27b
commit 38fb1a1d4b
6 changed files with 5574 additions and 453 deletions

View File

@@ -4,7 +4,6 @@
"private": true,
"dependencies": {
"@netlify/functions": "^1.6.0",
"@sparticuz/chromium": "^114.0.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
@@ -19,6 +18,7 @@
"flatted": "^3.2.7",
"got": "^13.0.0",
"jest-styled-components": "^7.0.8",
"netlify-cli": "^15.9.1",
"node-fetch": "2.6.1",
"perf_hooks": "^0.0.1",
"psl": "^1.9.0",
@@ -30,16 +30,15 @@
"react-scripts": "5.0.1",
"react-simple-maps": "^2.3.0",
"react-toastify": "^9.1.3",
"react-tsparticles": "^2.0.6",
"styled-components": "^5.3.5",
"traceroute": "^1.0.0",
"tsparticles": "^2.0.6",
"typescript": "^4.7.3",
"wappalyzer": "^6.10.63",
"web-vitals": "^2.1.4",
"xml2js": "^0.6.0"
},
"scripts": {
"dev": "netlify dev",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",