Liam
cb91880caf
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m23s
37 lines
847 B
JSON
37 lines
847 B
JSON
{
|
|
"name": "mcutils-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"axios": "^1.6.8",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"lucide-react": "^0.368.0",
|
|
"mcutils-library": "^1.1.0",
|
|
"next": "14.2.1",
|
|
"next-themes": "^0.3.0",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-toastify": "^10.0.5",
|
|
"tailwind-merge": "^2.2.2",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.1",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|