maddy-admin/package.json

40 lines
935 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-22 11:32:13 +00:00
"@radix-ui/react-toast": "^1.1.5",
2024-01-16 19:01:27 +00:00
"@radix-ui/themes": "^2.0.3",
2024-01-16 21:56:19 +00:00
"@types/bcryptjs": "^2.4.6",
"bcryptjs": "^2.4.3",
2024-01-17 09:54:06 +00:00
"dayjs": "^1.11.10",
2024-01-16 23:45:48 +00:00
"lucide-react": "^0.311.0",
2024-01-16 19:01:27 +00:00
"next": "14.0.4",
2024-01-16 20:38:41 +00:00
"next-auth": "^4.24.5",
2024-01-23 22:45:33 +00:00
"next-swagger-doc": "^0.4.0",
2024-01-22 21:35:01 +00:00
"random-words": "^2.0.0",
2024-01-16 18:33:45 +00:00
"react": "^18",
2024-01-16 21:56:19 +00:00
"react-dom": "^18",
2024-01-23 22:45:33 +00:00
"sqlite3": "^5.1.7",
"swagger-ui-react": "^5.11.0"
2024-01-16 18:33:45 +00:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
2024-01-23 22:45:33 +00:00
"@types/swagger-ui-react": "^4.18.3",
2024-01-16 18:33:45 +00:00
"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
}
}