This repository has been archived on 2026-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
confessions-of-grace/package.json
T
2025-08-18 15:19:14 -05:00

34 lines
808 B
JSON

{
"name": "confessions-of-grace",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@supabase/supabase-js": "^2.55.0",
"autoprefixer": "^10.4.21",
"date-fns": "^4.1.0",
"gray-matter": "^4.0.3",
"next": "15.4.6",
"postcss": "^8.5.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"supabase": "^2.34.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4.1.12",
"typescript": "^5",
"wrangler": "^4.31.0"
}
}