mirror of
https://github.com/Lissy93/web-check.git
synced 2026-05-12 21:00:38 -04:00
- Fixes Vercel deployment by pinning to 20.x - Refactors console outputs into logger.js - Fixes sections still visible when no data (Server Info) - Fixes checks still show error after fallback succeeds (Screenshot) - Updates client-side env var names, from `REACT_APP_` to `PUBLIC_`
78 lines
2.5 KiB
JSON
78 lines
2.5 KiB
JSON
{
|
|
"name": "web-check",
|
|
"type": "module",
|
|
"version": "2.0.2",
|
|
"homepage": "https://web-check.xyz",
|
|
"engines": {
|
|
"node": "20.x"
|
|
},
|
|
"scripts": {
|
|
"start": "node server",
|
|
"start-pm": "pm2 start server.js -i max",
|
|
"build": "astro check && astro build",
|
|
"dev:vercel": "PLATFORM='vercel' npx vercel dev",
|
|
"dev:netlify": "PLATFORM='netlify' npx netlify dev",
|
|
"dev:api": "DISABLE_GUI='true' PORT='3001' nodemon server",
|
|
"dev:astro": "PUBLIC_API_ENDPOINT=http://localhost:3001/api astro dev",
|
|
"dev": "concurrently -c magenta,cyan -n backend,frontend 'yarn dev:api' 'yarn dev:astro'"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.5.10",
|
|
"@astrojs/react": "^3.6.3",
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
"@fortawesome/free-brands-svg-icons": "^6.7.2",
|
|
"@fortawesome/free-regular-svg-icons": "^6.7.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
"@fortawesome/svelte-fontawesome": "^0.2.4",
|
|
"@types/react": "^18.3.28",
|
|
"@types/react-dom": "^18.3.7",
|
|
"astro": "^4.16.19",
|
|
"axios": "^1.16.0",
|
|
"cheerio": "^1.2.0",
|
|
"chrome-aws-lambda": "^10.1.0",
|
|
"chromium": "^3.0.3",
|
|
"connect-history-api-fallback": "^2.0.0",
|
|
"cors": "^2.8.5",
|
|
"csv-parser": "^3.2.0",
|
|
"dotenv": "^16.6.1",
|
|
"express": "^4.21.2",
|
|
"express-rate-limit": "^7.5.1",
|
|
"framer-motion": "^11.18.2",
|
|
"got": "^14.6.6",
|
|
"pm2": "^5.4.3",
|
|
"psl": "^1.15.0",
|
|
"puppeteer": "^22.15.0",
|
|
"puppeteer-core": "^22.15.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-masonry-css": "^1.0.16",
|
|
"react-router-dom": "^6.30.3",
|
|
"react-simple-maps": "^3.0.0",
|
|
"react-toastify": "^10.0.6",
|
|
"recharts": "^2.15.4",
|
|
"svelte": "^4.2.20",
|
|
"traceroute": "^1.0.0",
|
|
"typescript": "^5.9.3",
|
|
"unzipper": "^0.11.6",
|
|
"url-parse": "^1.5.10",
|
|
"wappalyzer": "^6.10.66",
|
|
"xml2js": "^0.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/cloudflare": "^10.4.2",
|
|
"@astrojs/netlify": "^5.5.4",
|
|
"@astrojs/node": "^8.3.4",
|
|
"@astrojs/partytown": "^2.1.7",
|
|
"@astrojs/sitemap": "~3.4.1",
|
|
"@astrojs/svelte": "^5.7.3",
|
|
"@astrojs/ts-plugin": "^1.10.7",
|
|
"@astrojs/vercel": "^7.8.2",
|
|
"concurrently": "^8.2.2",
|
|
"nodemon": "^3.1.14",
|
|
"sass": "^1.99.0"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|