mirror of
https://github.com/Lissy93/web-check.git
synced 2024-11-07 08:55:22 +01:00
70 lines
1.7 KiB
JSON
70 lines
1.7 KiB
JSON
{
|
|
"name": "web-check",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@netlify/functions": "^1.6.0",
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/react": "^13.3.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/jest": "^27.5.2",
|
|
"@types/node": "^16.11.39",
|
|
"@types/react": "^18.0.12",
|
|
"@types/react-dom": "^18.0.5",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/styled-components": "^5.1.25",
|
|
"axios": "^1.4.0",
|
|
"chrome-aws-lambda": "^10.1.0",
|
|
"flatted": "^3.2.7",
|
|
"got": "^13.0.0",
|
|
"jest-styled-components": "^7.0.8",
|
|
"node-fetch": "2.6.1",
|
|
"perf_hooks": "^0.0.1",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0",
|
|
"react-masonry-css": "^1.0.16",
|
|
"react-router-dom": "^6.3.0",
|
|
"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"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@types/react-simple-maps": "^1.0.8"
|
|
},
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"outDir": "./dist"
|
|
}
|
|
}
|