switched to approuter

This commit is contained in:
2025-08-18 13:10:47 -05:00
parent 525009d881
commit 5ab7c7853c
82 changed files with 5154 additions and 9772 deletions
+31 -47
View File
@@ -1,49 +1,33 @@
{
"name": "confessions-of-grace",
"version": "1.0.0",
"description": "A blog about reformed theology",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"build:static": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"deploy:cf": "npm run build:static && npx wrangler deploy",
"preview:cf": "npm run build:static && npx wrangler dev"
},
"keywords": [
"blog",
"reformed",
"theology",
"grace"
],
"author": "",
"license": "MIT",
"dependencies": {
"@supabase/supabase-js": "^2.49.4",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"autoprefixer": "^10.4.17",
"date-fns": "^3.3.1",
"gray-matter": "^4.0.3",
"next": "^15.2.4",
"postcss": "^8.4.33",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"supabase": "^2.22.12",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^20.11.7",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"typescript": "^5.3.3"
}
"name": "cog",
"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"
}
}