package.jsonā¢1.64 kB
{
"name": "@surgbc/egw-writings-website",
"version": "1.0.0",
"description": "EGW Writings research website with PDF generation and search capabilities",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"build:static": "BUILD_MODE=static next build",
"export": "BUILD_MODE=static next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit",
"clean": "rimraf .next dist out"
},
"dependencies": {
"@surgbc/egw-writings-shared": "workspace:*",
"@surgbc/egw-pdf-generator": "workspace:*",
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@tanstack/react-query": "^5.0.0",
"@heroicons/react": "^2.0.0",
"clsx": "^2.0.0",
"tailwindcss": "^3.3.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"lucide-react": "^0.300.0",
"react-hot-toast": "^2.4.0",
"framer-motion": "^10.0.0",
"zustand": "^4.4.0",
"@tailwindcss/typography": "^0.5.0",
"@tailwindcss/forms": "^0.5.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"eslint-config-next": "^14.0.0",
"typescript": "^5.0.0",
"rimraf": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gospelsounders/egw-writings-mcp.git",
"directory": "apps/website"
},
"author": {
"name": "Brian Onango",
"url": "https://github.com/surgbc"
},
"license": "MIT"
}