| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/philiprehberger-nextjs/ |
Upload File : |
{
"name": "philip-rehberger",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"xbuild": "next build --turbopack",
"xstart": "next start",
"build": "next build && node copy-assets.js",
"start": "node .next/standalone/server.js",
"deploy": "next build && node deploy.js",
"push-deploy": "bash .scripts/clean-zone-identifiers.sh && bash .scripts/commit-changes.sh && git push && npm run deploy",
"lint": "eslint",
"typecheck": "tsc --noEmit",
"data:refresh": "node scripts/fetch-credibility.mjs",
"a11y": "node scripts/a11y-check.mjs",
"bundlesize": "size-limit",
"lhci": "lhci autorun",
"visual": "playwright test",
"visual:update": "playwright test --update-snapshots"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@tailwindcss/typography": "^0.5.19",
"clsx": "^2.1.1",
"lodash.debounce": "^4.0.8",
"motion": "^12.23.22",
"next": "^15.5.16",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-icons": "^5.6.0",
"react-markdown": "^10.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"archiver": "^7.0.1",
"dotenv": "^17.2.3",
"eslint": "^9",
"eslint-config-next": "^15.5.9",
"node-ssh": "^13.2.1",
"tailwindcss": "^4",
"typescript": "^5",
"@playwright/test": "^1.49.0",
"@lhci/cli": "^0.14.0",
"@axe-core/playwright": "^4.10.0",
"axe-core": "^4.10.0",
"size-limit": "^11.1.6",
"@size-limit/file": "^11.1.6"
},
"overrides": {
"postcss": "^8.5.10"
}
}