west-sound-hall/package.json

52 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2023-11-15 19:42:05 -08:00
{
2023-11-26 09:36:23 -08:00
"name": "wscc-website",
2023-11-15 19:42:05 -08:00
"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": {
2024-04-21 08:42:25 -07:00
"@headlessui/react": "1.7.19",
2023-11-29 20:21:02 -08:00
"@heroicons/react": "^2.0.18",
2023-11-15 19:42:05 -08:00
"@mapbox/rehype-prism": "^0.8.0",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
2024-04-21 08:42:25 -07:00
"@next/mdx": "14.2.2",
2023-12-25 15:34:39 -08:00
"@stripe/react-stripe-js": "2.4.0",
"@stripe/stripe-js": "2.2.1",
"@tailwindcss/forms": "0.5.7",
2023-11-15 19:42:05 -08:00
"@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",
2023-11-15 19:42:05 -08:00
"autoprefixer": "^10.4.12",
"cheerio": "^1.0.0-rc.12",
"clsx": "^1.2.1",
"dayjs": "^1.11.10",
2023-11-15 19:42:05 -08:00
"fast-glob": "^3.2.11",
"feed": "^4.2.2",
"ical": "^0.8.0",
2024-04-21 08:42:25 -07:00
"next": "14.2.2",
"postmark": "4.0.2",
2023-11-15 19:42:05 -08:00
"react": "18.2.0",
"react-dom": "18.2.0",
"remark-gfm": "^3.0.1",
2024-01-08 18:42:56 -08:00
"sharp": "0.32.6",
2023-12-25 15:34:39 -08:00
"stripe": "14.9.0",
2024-04-21 08:42:25 -07:00
"tailwindcss": "3.4.3",
"typescript": "5.4.5"
2023-11-15 19:42:05 -08:00
},
"devDependencies": {
"@types/node": "20.4.7",
2023-11-15 19:42:05 -08:00
"eslint": "8.45.0",
"eslint-config-next": "13.4.16",
"prettier": "^3.0.1",
2024-01-08 18:42:56 -08:00
"prettier-plugin-tailwindcss": "^0.5.2"
2023-11-15 19:42:05 -08:00
}
2024-04-21 08:42:25 -07:00
}