35 lines
934 B
JSON
35 lines
934 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": {
|
|
"@types/formidable": "^3.4.6",
|
|
"form-data": "^4.0.5",
|
|
"formidable": "^3.5.4",
|
|
"next": "^16.1.1",
|
|
"nostr-tools": "2.19.4",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"react-qr-code": "^2.0.18"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"@types/node": "^25.0.3",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"autoprefixer": "^10.4.23",
|
|
"eslint": "^9.39.2",
|
|
"eslint-config-next": "^16.1.1",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|