You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.4 KiB
JSON

{
"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.3.0",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@next/font": "13.3",
"@next/mdx": "^13.4.10",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"clsx": "^1.2.1",
"cookies-next": "^2.1.2",
"eslint": "8.32.0",
"eslint-config-next": "13.3",
"focus-visible": "^5.2.0",
"i": "^0.3.7",
"next": "^13.4.13",
"next13-progressbar": "^0.1.2",
"nodemailer": "^6.9.3",
"podcast": "^2.0.1",
"postcss-focus-visible": "^6.0.4",
"react": "18.2.0",
"react-aria": "^3.26.0",
"react-dom": "18.2.0",
"react-stately": "^3.24.0",
"sanitize-html": "^2.11.0",
"sharp": "^0.32.3",
"srtparsejs": "^1.0.8",
"uuid": "^9.0.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.26",
"tailwindcss": "^3.3.3"
}
}