nomadweb/frontend/package.json
eric ff7b721acb feat: NomadCNA community layer, social matching, payments, and ebook
Port meetups, discussions, gigs, dating/chat, VIP pay (ZPay/XorPay), MiroTalk live, digital academy, and ebook reader. Add persistent community_store, git-first deploy docs, and env template for production secrets.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-30 09:38:13 -05:00

37 lines
865 B
JSON

{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@ant-design/icons": "^6.3.2",
"@ant-design/nextjs-registry": "^1.3.0",
"antd": "^6.6.1",
"github-slugger": "^2.0.0",
"highlight.js": "^11.9.0",
"next": "16.3.3",
"next-themes": "^0.4.4",
"react": "19.2.8",
"react-dom": "19.2.8",
"react-markdown": "^9.0.3",
"rehype-highlight": "^7.0.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"@tailwindcss/postcss": "^4.0.0",
"tailwindcss": "^4.0.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.3.3",
"typescript": "^5"
}
}