story-research-zapwall/package.json
2025-12-23 02:20:57 +01:00

31 lines
808 B
JSON

{
"name": "zapwall4science",
"version": "1.0.0",
"description": "Plateforme de publication d'articles scientifiques et de science-fiction avec sponsoring et rémunération des avis",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"next": "^14.0.4",
"nostr-tools": "1.17.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-qr-code": "^2.0.18"
},
"devDependencies": {
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3"
}
}