| 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/highlands-ranch-champ-nextjs/ |
Upload File : |
{
"name": "highlands-ranch-champ",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build && node .scripts/copy-assets.js",
"start": "node .next/standalone/server.js",
"deploy": "next build && node .scripts/copy-assets.js && node .scripts/deploy.js",
"lint": "eslint",
"lyrics:check": "node .scripts/check-lyrics.mjs",
"lyrics:import": "node .scripts/import-lyrics.mjs",
"books:check": "node .scripts/check-books.mjs",
"books:import": "node .scripts/import-books.mjs",
"book:scaffold": "node .scripts/scaffold-book.mjs",
"album:scaffold": "node .scripts/scaffold-album.mjs",
"images:optimize": "node .scripts/optimize-images.mjs",
"content:check": "node .scripts/check-content.mjs"
},
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.5.16",
"@types/mdx": "^2.0.13",
"clsx": "^2.1.1",
"gray-matter": "^4.0.3",
"marked": "^18.0.4",
"motion": "^12.40.0",
"next": "^15.5.16",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-pageflip": "^2.0.3",
"remark-gfm": "^4.0.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@elevenlabs/elevenlabs-js": "^2.49.1",
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"dotenv": "^17.2.3",
"eslint": "^9",
"eslint-config-next": "^15.5.9",
"node-ssh": "^13.2.1",
"prettier": "^3.8.3",
"sharp": "^0.34.5",
"tailwindcss": "^4",
"typescript": "^5"
}
}