36 lines
820 B
JSON
36 lines
820 B
JSON
{
|
|
"name": "push-info",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"autoprefixer": "^10.4.16",
|
|
"gray-matter": "^4.0.3",
|
|
"mongodb": "^6.5.0",
|
|
"next": "14.2.0",
|
|
"qrcode": "^1.5.3",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-markdown": "^9.0.1",
|
|
"remark-gfm": "^4.0.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.28",
|
|
"@types/react": "^18.2.63",
|
|
"@types/react-dom": "^18.2.19",
|
|
"@types/qrcode": "^1.5.5",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "14.2.0",
|
|
"postcss": "^8.4.35",
|
|
"typescript": "^5.4.3"
|
|
}
|
|
}
|