Frontend/package.json

37 lines
855 B
JSON
Raw Normal View History

2024-04-14 16:45:04 +00:00
{
2024-04-14 16:48:01 +00:00
"name": "mcutils-frontend",
2024-04-14 16:45:04 +00:00
"version": "0.1.0",
"private": true,
"scripts": {
2024-04-17 03:07:39 +00:00
"dev": "next dev --turbo",
2024-04-14 16:45:04 +00:00
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-04-14 18:55:07 +00:00
"@radix-ui/react-slot": "^1.0.2",
"axios": "^1.6.8",
2024-04-14 17:46:37 +00:00
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.368.0",
"mcutils-library": "^1.1.5",
2024-04-14 17:46:37 +00:00
"next": "14.2.1",
"next-themes": "^0.3.0",
2024-04-14 16:45:04 +00:00
"react": "^18",
"react-dom": "^18",
2024-04-14 18:55:07 +00:00
"react-toastify": "^10.0.5",
2024-04-14 17:46:37 +00:00
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7"
2024-04-14 16:45:04 +00:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
2024-04-14 17:46:37 +00:00
"eslint": "^8",
"eslint-config-next": "14.2.1",
2024-04-14 16:45:04 +00:00
"postcss": "^8",
"tailwindcss": "^3.4.1",
2024-04-14 17:46:37 +00:00
"typescript": "^5"
2024-04-14 16:45:04 +00:00
}
}