{ "name": "@onlook/next-template", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "build:static": "cross-env BUILD_MODE=static next build", "build:server": "cross-env BUILD_MODE=server next build", "export": "npm run build:static", "start": "next start", "lint": "next lint", "format": "prettier --write .", "deploy": "scripts\\build-static-fixed.bat", "deploy:ps": "powershell -ExecutionPolicy Bypass -File scripts\\build-static-simple.ps1", "deploy:auto": "npm run build:static && echo 'Static build completed. Upload the out/ directory to your web server.'", "deploy:server": "npm run build:server", "preview": "node scripts/serve-static.js 8080", "preview:simple": "cd out && python -m http.server 8080", "test:static": "node scripts/test-static.js" }, "dependencies": { "@radix-ui/react-label": "^2.1.7", "@radix-ui/react-select": "^2.2.5", "@radix-ui/react-slot": "^1.2.3", "@tailwindcss/typography": "^0.5.16", "@vercel/og": "^0.6.8", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "gray-matter": "^4.0.3", "i18next": "^25.2.1", "lucide-react": "^0.438.0", "next": "14.2.23", "react": "^18", "react-dom": "^18", "react-i18next": "^15.5.2", "react-markdown": "^10.1.0", "rehype-raw": "^7.0.0", "rehype-sanitize": "^6.0.0", "remark-gfm": "^4.0.1", "tailwind-merge": "^2.6.0", "tailwindcss-animate": "^1.0.7", "web-vitals": "^5.0.2" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "cross-env": "^7.0.3", "eslint": "^8", "eslint-config-next": "^15.1.6", "postcss": "^8", "prettier": "^3.3.3", "tailwindcss": "^3.4.1", "typescript": "^5" } }