This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
Frontend/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2024-04-23 00:42:30 +00:00
{
"name": "paste-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-04-23 20:35:47 +00:00
"@heroicons/react": "^2.1.3",
2024-04-23 02:22:31 +00:00
"@radix-ui/react-slot": "^1.0.2",
2024-04-23 16:44:15 +00:00
"@radix-ui/react-toast": "^1.1.5",
2024-04-24 18:53:58 +00:00
"@radix-ui/react-tooltip": "^1.0.7",
2024-04-26 21:07:02 +00:00
"@sentry/nextjs": "7.105.0",
2024-04-23 02:22:31 +00:00
"@types/react-syntax-highlighter": "^15.5.11",
2024-04-23 16:22:29 +00:00
"@vscode/vscode-languagedetection": "^1.0.22",
2024-04-23 02:22:31 +00:00
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
2024-04-23 16:23:34 +00:00
"encoding": "^0.1.13",
"lucide-react": "^0.373.0",
2024-04-23 02:39:17 +00:00
"moment": "^2.30.1",
2024-04-24 18:01:17 +00:00
"next": "14.2.3",
2024-04-23 02:22:31 +00:00
"next-themes": "^0.3.0",
2024-04-23 00:42:30 +00:00
"react": "^18",
"react-dom": "^18",
2024-04-23 02:22:31 +00:00
"react-syntax-highlighter": "^15.5.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7"
2024-04-23 00:42:30 +00:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
2024-04-23 02:22:31 +00:00
"eslint": "^8",
2024-04-24 18:01:17 +00:00
"eslint-config-next": "14.2.3",
2024-04-23 00:42:30 +00:00
"postcss": "^8",
"tailwindcss": "^3.4.1",
2024-04-23 02:22:31 +00:00
"typescript": "^5"
2024-04-23 00:42:30 +00:00
}
}