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.

54 lines
1.6 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.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",
"cookies-next": "^2.1.1",
"eslint": "8.32.0",
"eslint-config-next": "13.1.4",
"focus-visible": "^5.2.0",
"i": "^0.3.7",
"mp3-duration": "^1.1.0",
"next": "^13.1.7-canary.12",
"nodemailer": "^6.9.1",
"podcast": "^2.0.1",
"postcss-focus-visible": "^6.0.4",
"ra-data-json-server": "^4.9.0",
"ra-data-simple-rest": "^4.9.0",
"ra-input-rich-text": "^4.9.0",
"react": "18.2.0",
"react-admin": "^4.9.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",
"uuid": "^9.0.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"autoprefixer": "^10.4.13",
"cypress": "^12.9.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}