{ "name": "supanextail", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "eslint": "eslint . --fix", "test": "playwright test", "update-types": "npx openapi-typescript https://vwkxoczhqygxvqzbhkmj.supabase.co/rest/v1/?apikey=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlhdCI6MTYzMDQwNzE1NCwiZXhwIjoxOTQ1OTgzMTU0fQ.VsWbay8ZrhDe3-elrlh7EGtJfW1INXlUywjeh6h2xgc --output types/database/index.ts" }, "dependencies": { "@headlessui/react": "^1.4.2", "@sendgrid/mail": "^7.6.0", "@stripe/stripe-js": "^1.22.0", "@supabase/gotrue-js": "^1.21.7", "@supabase/supabase-js": "^1.29.1", "@types/node": "^17.0.4", "@types/react-dom": "^17.0.11", "axios": "^0.24.0", "cors": "^2.8.5", "daisyui": "^1.20.0", "date-fns": "^2.28.0", "express-rate-limit": "^6.0.1", "gray-matter": "^4.0.3", "micro": "^9.3.4", "next": ">=12.0.7", "next-seo": "^4.28.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-feather": "^2.0.9", "react-icons": "^4.3.1", "react-toastify": "^8.1.0", "remark": "^14.0.2", "remark-html": "^15.0.1", "stripe": "^8.195.0" }, "devDependencies": { "@next/eslint-plugin-next": "^12.0.7", "@playwright/test": "^1.17.1", "@types/cors": "^2.8.12", "@types/express-rate-limit": "^5.1.3", "@types/micro": "^7.3.6", "@types/react": "^17.0.38", "@typescript-eslint/eslint-plugin": "^5.8.0", "autoprefixer": "^10.4.0", "eslint": "^8.5.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-next": "^12.0.7", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-cypress": "^2.12.1", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.28.0", "eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-simple-import-sort": "^7.0.0", "eslint-plugin-sonarjs": "^0.11.0", "eslint-plugin-unicorn": "^40.0.0", "postcss": "^8.4.5", "prettier": "^2.5.1", "tailwindcss": "^3.0.7", "typescript": "^4.5.4" } }