nrx.sh/package.json
2025-04-02 00:17:25 +02:00

42 lines
1.0 KiB
JSON

{
"name": "mainsite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@icons-pack/react-simple-icons": "^12.3.0",
"@prisma/client": "^6.5.0",
"argon2": "^0.41.1",
"cheerio": "^1.0.0",
"highlight.js": "^11.11.1",
"jose": "^6.0.10",
"lucide-react": "^0.485.0",
"markdown-it": "^14.1.0",
"next": "15.2.4",
"nodemailer": "^6.10.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-google-recaptcha": "^3.1.0",
"react-social-icons": "^6.22.0",
"slugify": "^1.6.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/highlight.js": "^9.12.4",
"@types/markdown-it": "^14.1.2",
"@types/node": "^20",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-google-recaptcha": "^2.1.9",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"typescript": "^5"
}
}