{ "name": "thereactshow", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "browserslist": "defaults, not ie <= 11", "dependencies": { "@extractus/feed-extractor": "^6.2.1", "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.13", "@next/font": "13.1.4", "@next/mdx": "^13.1.6", "@tailwindcss/forms": "^0.5.3", "@tailwindcss/line-clamp": "^0.4.2", "@tailwindcss/typography": "^0.5.7", "clsx": "^1.2.1", "eslint": "8.32.0", "eslint-config-next": "13.1.4", "focus-visible": "^5.2.0", "i": "^0.3.7", "next": "^13.1.7-canary.12", "nodemailer": "^6.9.1", "postcss-focus-visible": "^6.0.4", "react": "18.2.0", "react-aria": "^3.19.0", "react-dom": "18.2.0", "react-stately": "^3.17.0", "sanitize-html": "^2.8.1", "sqlite3": "^5.1.4", "srtparsejs": "^1.0.8", "stripe": "^11.8.0" }, "devDependencies": { "@tailwindcss/aspect-ratio": "^0.4.2", "autoprefixer": "^10.4.13", "postcss": "^8.4.21", "tailwindcss": "^3.2.4" } }