Archived
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|