2022-06-11 22:59:03 +02:00
|
|
|
{
|
|
|
|
"name": "web-check",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2023-06-18 22:01:13 +02:00
|
|
|
"@netlify/functions": "^1.6.0",
|
2023-07-22 16:18:28 +02:00
|
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
|
|
"@testing-library/react": "^14.0.0",
|
|
|
|
"@testing-library/user-event": "^14.4.3",
|
|
|
|
"@types/jest": "^29.5.3",
|
|
|
|
"@types/node": "^20.4.4",
|
|
|
|
"@types/react": "^18.2.15",
|
|
|
|
"@types/react-dom": "^18.2.7",
|
2022-06-12 14:43:08 +02:00
|
|
|
"@types/react-router-dom": "^5.3.3",
|
2023-07-22 16:44:03 +02:00
|
|
|
"@types/react-simple-maps": "^3.0.0",
|
2023-07-22 16:18:28 +02:00
|
|
|
"@types/styled-components": "^5.1.26",
|
2023-06-18 22:01:13 +02:00
|
|
|
"axios": "^1.4.0",
|
|
|
|
"chrome-aws-lambda": "^10.1.0",
|
2023-07-07 21:59:18 +02:00
|
|
|
"flatted": "^3.2.7",
|
2023-06-29 01:30:19 +02:00
|
|
|
"got": "^13.0.0",
|
2023-07-22 16:18:28 +02:00
|
|
|
"jest-styled-components": "^7.1.1",
|
2023-07-22 15:15:22 +02:00
|
|
|
"netlify-cli": "^15.9.1",
|
2023-06-30 00:40:51 +02:00
|
|
|
"perf_hooks": "^0.0.1",
|
2023-07-22 01:05:09 +02:00
|
|
|
"psl": "^1.9.0",
|
2023-07-22 16:44:03 +02:00
|
|
|
"puppeteer": "^20.9.0",
|
2023-07-22 01:05:09 +02:00
|
|
|
"puppeteer-core": "^20.9.0",
|
2023-07-22 16:18:28 +02:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2023-07-21 01:07:19 +02:00
|
|
|
"react-masonry-css": "^1.0.16",
|
2023-07-22 16:18:28 +02:00
|
|
|
"react-router-dom": "^6.14.2",
|
2022-06-11 22:59:03 +02:00
|
|
|
"react-scripts": "5.0.1",
|
2023-07-22 16:18:28 +02:00
|
|
|
"react-simple-maps": "^3.0.0",
|
2023-07-05 02:47:29 +02:00
|
|
|
"react-toastify": "^9.1.3",
|
2023-07-22 16:18:28 +02:00
|
|
|
"styled-components": "^6.0.5",
|
2023-07-05 02:47:29 +02:00
|
|
|
"traceroute": "^1.0.0",
|
2023-07-22 16:18:28 +02:00
|
|
|
"typescript": "^5.1.6",
|
2023-07-20 23:49:28 +02:00
|
|
|
"wappalyzer": "^6.10.63",
|
2023-07-22 16:18:28 +02:00
|
|
|
"web-vitals": "^3.4.0",
|
2023-07-21 21:53:54 +02:00
|
|
|
"xml2js": "^0.6.0"
|
2022-06-11 22:59:03 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2023-07-22 15:15:22 +02:00
|
|
|
"dev": "netlify dev",
|
2022-06-11 22:59:03 +02:00
|
|
|
"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"
|
|
|
|
]
|
2022-07-09 22:29:08 +02:00
|
|
|
},
|
2023-06-18 22:01:13 +02:00
|
|
|
"compilerOptions": {
|
|
|
|
"allowJs": true,
|
|
|
|
"outDir": "./dist"
|
2022-06-11 22:59:03 +02:00
|
|
|
}
|
|
|
|
}
|