mirror of
https://github.com/Lissy93/web-check.git
synced 2025-02-18 03:11:11 +01:00
Dependencies for Astro
This commit is contained in:
parent
20ef316081
commit
9a59d12a00
118
package.json
118
package.json
@ -1,103 +1,59 @@
|
|||||||
{
|
{
|
||||||
"name": "web-check",
|
"name": "web-check",
|
||||||
"version": "1.1.2",
|
"version": "0.0.1",
|
||||||
"private": false,
|
"homepage": ".",
|
||||||
"description": "All-in-one OSINT tool for analyzing any website",
|
|
||||||
"repository": "github:lissy93/web-check",
|
|
||||||
"homepage": "https://web-check.xyz",
|
|
||||||
"license": "MIT",
|
|
||||||
"author": {
|
|
||||||
"name": "Alicia Sykes",
|
|
||||||
"email": "alicia@omg.lol"
|
|
||||||
},
|
|
||||||
"funding": {
|
|
||||||
"type": "github",
|
|
||||||
"url": "https://github.com/sponsors/Lissy93"
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "netlify dev",
|
"dev": "astro dev",
|
||||||
"serve": "node server",
|
"start": "astro dev",
|
||||||
"start": "react-scripts start",
|
"build": "astro check && astro build",
|
||||||
"build": "react-scripts build",
|
"preview": "astro preview",
|
||||||
"test": "react-scripts test",
|
"astro": "astro",
|
||||||
"dev:vercel": "PLATFORM='vercel' npx vercel dev",
|
"dev:vercel": "PLATFORM='vercel' npx vercel dev",
|
||||||
"dev:netlify": "PLATFORM='netlify' npx netlify dev",
|
"dev:netlify": "PLATFORM='netlify' npx netlify dev"
|
||||||
"dev:node": "npx concurrently --names \"frontend,backend\" \"REACT_APP_API_ENDPOINT='http://localhost:3001/api' npx react-scripts start\" \"PLATFORM='node' DISABLE_GUI='true' PORT='3001' API_CORS_ORIGIN='*' npx nodemon server\""
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@netlify/functions": "^1.6.0",
|
"@astrojs/check": "^0.5.10",
|
||||||
"@sentry/react": "^7.60.0",
|
"@astrojs/react": "^3.3.2",
|
||||||
"@testing-library/jest-dom": "^5.17.0",
|
"@emotion/react": "^11.11.4",
|
||||||
"@testing-library/react": "^14.0.0",
|
"@emotion/styled": "^11.11.5",
|
||||||
"@testing-library/user-event": "^14.4.3",
|
"@types/react": "^18.3.1",
|
||||||
"@types/jest": "^29.5.3",
|
"@types/react-dom": "^18.3.0",
|
||||||
"@types/node": "^20.4.4",
|
"astro": "^4.7.1",
|
||||||
"@types/react": "^18.2.15",
|
"axios": "^1.6.8",
|
||||||
"@types/react-dom": "^18.2.7",
|
|
||||||
"@types/react-router-dom": "^5.3.3",
|
|
||||||
"@types/react-simple-maps": "^3.0.0",
|
|
||||||
"@types/styled-components": "^5.1.26",
|
|
||||||
"axios": "^1.4.0",
|
|
||||||
"cheerio": "^1.0.0-rc.12",
|
"cheerio": "^1.0.0-rc.12",
|
||||||
"chrome-aws-lambda": "^10.1.0",
|
"chrome-aws-lambda": "^10.1.0",
|
||||||
"chromium": "^3.0.3",
|
|
||||||
"connect-history-api-fallback": "^2.0.0",
|
"connect-history-api-fallback": "^2.0.0",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"csv-parser": "^3.0.0",
|
"csv-parser": "^3.0.0",
|
||||||
"dotenv": "^16.3.1",
|
"dotenv": "^16.4.5",
|
||||||
|
"express": "^4.19.2",
|
||||||
"express-rate-limit": "^7.2.0",
|
"express-rate-limit": "^7.2.0",
|
||||||
"flatted": "^3.2.7",
|
"got": "^14.2.1",
|
||||||
"follow-redirects": "^1.15.2",
|
|
||||||
"got": "^13.0.0",
|
|
||||||
"jest-styled-components": "^7.1.1",
|
|
||||||
"netlify-cli": "^15.9.1",
|
|
||||||
"perf_hooks": "^0.0.1",
|
|
||||||
"psl": "^1.9.0",
|
"psl": "^1.9.0",
|
||||||
"puppeteer": "^20.9.0",
|
"puppeteer": "^22.8.0",
|
||||||
"puppeteer-core": "^21.0.3",
|
"puppeteer-core": "^22.8.0",
|
||||||
"react": "^18.2.0",
|
"react": "^18.3.1",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.3.1",
|
||||||
"react-masonry-css": "^1.0.16",
|
"react-masonry-css": "^1.0.16",
|
||||||
"react-router-dom": "^6.14.2",
|
"react-router-dom": "^6.23.0",
|
||||||
"react-scripts": "5.0.1",
|
|
||||||
"react-simple-maps": "^3.0.0",
|
"react-simple-maps": "^3.0.0",
|
||||||
"react-toastify": "^9.1.3",
|
"react-toastify": "^10.0.5",
|
||||||
"recharts": "^2.7.3",
|
"recharts": "^2.12.6",
|
||||||
"styled-components": "^6.0.5",
|
|
||||||
"traceroute": "^1.0.0",
|
"traceroute": "^1.0.0",
|
||||||
"typescript": "^5.1.6",
|
"typescript": "^5.4.5",
|
||||||
"unzipper": "^0.10.14",
|
"unzipper": "^0.11.5",
|
||||||
|
"url-parse": "^1.5.10",
|
||||||
"wappalyzer": "^6.10.65",
|
"wappalyzer": "^6.10.65",
|
||||||
"web-vitals": "^3.4.0",
|
|
||||||
"xml2js": "^0.6.2"
|
"xml2js": "^0.6.2"
|
||||||
},
|
},
|
||||||
"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"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"compilerOptions": {
|
|
||||||
"allowJs": true,
|
|
||||||
"outDir": "./dist"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"serverless-domain-manager": "^7.1.1",
|
"@astrojs/cloudflare": "^10.2.5",
|
||||||
"serverless-offline": "^12.0.4",
|
"@astrojs/netlify": "^5.2.0",
|
||||||
"serverless-webpack": "^5.13.0",
|
"@astrojs/node": "^8.2.5",
|
||||||
"webpack": "^5.88.2",
|
"@astrojs/partytown": "^2.1.0",
|
||||||
"webpack-node-externals": "^3.0.0"
|
"@astrojs/sitemap": "^3.1.4",
|
||||||
|
"@astrojs/svelte": "^5.4.0",
|
||||||
|
"@astrojs/ts-plugin": "^1.6.1",
|
||||||
|
"@astrojs/vercel": "^7.5.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user