MR4 / package.json
Bromeo777's picture
Update package.json
ea7fa4d unverified
{
"name": "rm-research-assistant",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 7860 -H 0.0.0.0",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"next": "14.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"lucide-react": "^0.378.0",
"clsx": "^2.1.1",
"tailwind-merge": "^2.3.0",
"framer-motion": "^11.2.6",
"class-variance-authority": "^0.7.0",
"jwt-decode": "^4.0.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"typescript": "^5.4.5",
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13"
}
}