{ "name": "wscc-website", "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": { "@headlessui/react": "1.7.19", "@heroicons/react": "^2.0.18", "@mapbox/rehype-prism": "^0.8.0", "@mdx-js/loader": "^2.3.0", "@mdx-js/react": "^2.3.0", "@next/mdx": "14.2.2", "@stripe/react-stripe-js": "2.4.0", "@stripe/stripe-js": "2.2.1", "@tailwindcss/forms": "0.5.7", "@tailwindcss/typography": "^0.5.4", "@types/ical": "^0.8.3", "@types/react": "18.2.18", "@types/react-dom": "18.2.7", "@types/webpack-env": "^1.18.1", "autoprefixer": "^10.4.12", "cheerio": "^1.0.0-rc.12", "clsx": "^1.2.1", "dayjs": "^1.11.10", "fast-glob": "^3.2.11", "feed": "^4.2.2", "ical": "^0.8.0", "next": "14.2.2", "postmark": "4.0.2", "react": "18.2.0", "react-dom": "18.2.0", "remark-gfm": "^3.0.1", "sharp": "0.32.6", "stripe": "14.9.0", "tailwindcss": "3.4.3", "typescript": "5.4.5" }, "devDependencies": { "@types/node": "20.4.7", "eslint": "8.45.0", "eslint-config-next": "13.4.16", "prettier": "^3.0.1", "prettier-plugin-tailwindcss": "^0.5.2" } }