maddy-admin/package.json

30 lines
614 B
JSON
Raw Normal View History

2024-01-16 18:33:45 +00:00
{
"name": "maddy-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-01-16 19:01:27 +00:00
"@radix-ui/themes": "^2.0.3",
"next": "14.0.4",
2024-01-16 20:38:41 +00:00
"next-auth": "^4.24.5",
2024-01-16 18:33:45 +00:00
"react": "^18",
2024-01-16 19:01:27 +00:00
"react-dom": "^18"
2024-01-16 18:33:45 +00:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
2024-01-16 19:01:27 +00:00
"eslint": "^8",
"eslint-config-next": "14.0.4",
2024-01-16 18:33:45 +00:00
"postcss": "^8",
"tailwindcss": "^3.3.0",
2024-01-16 19:01:27 +00:00
"typescript": "^5"
2024-01-16 18:33:45 +00:00
}
}