Frontend/package.json

53 lines
1.4 KiB
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-18 02:51:41 +00:00
"@heroicons/react": "^2.1.3",
"@hookform/resolvers": "^3.3.4",
2024-04-18 01:07:02 +00:00
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
2024-04-14 18:55:07 +00:00
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
2024-04-17 17:08:13 +00:00
"@radix-ui/react-tooltip": "^1.0.7",
2024-04-14 18:55:07 +00:00
"axios": "^1.6.8",
2024-04-14 17:46:37 +00:00
"class-variance-authority": "^0.7.0",
2024-04-18 01:07:02 +00:00
"clipboard-copy": "^4.0.1",
2024-04-14 17:46:37 +00:00
"clsx": "^2.1.0",
"lucide-react": "^0.368.0",
2024-04-17 16:21:15 +00:00
"mcutils-library": "^1.2.1",
"moment": "^2.30.1",
"next": "14.2.2",
2024-04-14 17:46:37 +00:00
"next-themes": "^0.3.0",
2024-04-14 16:45:04 +00:00
"react": "^18",
2024-04-18 00:21:38 +00:00
"react-countup": "^6.5.3",
2024-04-14 16:45:04 +00:00
"react-dom": "^18",
"react-hook-form": "^7.51.3",
"react-syntax-highlighter": "^15.5.0",
2024-04-18 00:21:38 +00:00
"react-use-websocket": "3.0.0",
2024-04-14 17:46:37 +00:00
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
2024-04-14 16:45:04 +00:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.11",
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
}
}