morethanadiagnosis-hub/web/package.json

37 lines
997 B
JSON

{
"name": "morethanadiagnosis-web",
"version": "0.1.0",
"private": true,
"description": "MoreThanADiagnosis - Web platform (Next.js)",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@tanstack/react-query": "^5.25.0",
"axios": "^1.6.0",
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.0",
"typescript": "^5.3.0",
"zustand": "^4.4.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.0",
"postcss": "^8.4.31",
"prettier": "^3.1.0"
}
}