sandbox-web-ide/frontend/package.json

86 lines
2.6 KiB
JSON
Raw Normal View History

2024-03-19 12:13:18 -04:00
{
"name": "sandbox",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-05-10 00:12:41 -07:00
"@atlaskit/pragmatic-drag-and-drop": "^1.1.7",
2024-04-09 01:20:15 -04:00
"@clerk/nextjs": "^4.29.12",
"@clerk/themes": "^1.7.12",
"@codemirror/lang-javascript": "^6.2.2",
"@hookform/resolvers": "^3.3.4",
2024-05-03 13:53:21 -07:00
"@liveblocks/client": "^1.12.0",
"@liveblocks/node": "^1.12.0",
"@liveblocks/react": "^1.12.0",
"@liveblocks/yjs": "^1.12.0",
2024-04-06 19:03:04 -04:00
"@monaco-editor/react": "^4.6.0",
2024-05-06 23:34:45 -07:00
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
2024-11-04 21:49:30 +01:00
"@radix-ui/react-avatar": "^1.1.1",
2024-04-30 01:56:43 -04:00
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
2024-04-18 03:06:51 -04:00
"@radix-ui/react-dropdown-menu": "^2.0.6",
2024-04-06 19:03:04 -04:00
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
2024-08-18 07:04:46 -07:00
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-select": "^2.0.0",
2024-04-06 19:03:04 -04:00
"@radix-ui/react-slot": "^1.0.2",
2024-05-05 14:33:09 -07:00
"@radix-ui/react-switch": "^1.0.3",
2024-11-04 21:49:30 +01:00
"@radix-ui/react-tabs": "^1.1.1",
2024-05-16 10:47:34 -07:00
"@react-three/fiber": "^8.16.6",
"@uiw/codemirror-theme-vscode": "^4.23.5",
"@uiw/react-codemirror": "^4.23.5",
2024-05-09 00:56:30 -07:00
"@vercel/analytics": "^1.2.2",
2024-04-28 20:06:47 -04:00
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
2024-04-06 19:03:04 -04:00
"class-variance-authority": "^0.7.0",
2024-05-16 10:47:34 -07:00
"clsx": "^2.1.1",
2024-10-13 23:34:27 +01:00
"embla-carousel-react": "^8.3.0",
"embla-carousel-wheel-gestures": "^8.0.1",
2024-05-16 10:47:34 -07:00
"framer-motion": "^11.2.3",
2024-05-26 21:41:20 -07:00
"fs": "^0.0.1-security",
2024-04-11 05:14:10 -04:00
"geist": "^1.3.0",
2024-04-06 19:03:04 -04:00
"lucide-react": "^0.365.0",
"monaco-themes": "^0.4.4",
"next": "14.1.3",
"next-themes": "^0.3.0",
2024-07-14 06:00:03 -04:00
"posthog-js": "^1.147.0",
2024-05-26 21:41:20 -07:00
"react": "^18.3.1",
2024-03-19 12:13:18 -04:00
"react-dom": "^18",
"react-hook-form": "^7.51.3",
"react-markdown": "^9.0.1",
2024-04-06 19:03:04 -04:00
"react-resizable-panels": "^2.0.16",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^4.0.0",
2024-04-26 22:34:56 -04:00
"socket.io-client": "^4.7.5",
2024-04-27 16:22:35 -04:00
"sonner": "^1.4.41",
2024-05-16 10:47:34 -07:00
"tailwind-merge": "^2.3.0",
2024-04-11 03:58:56 -04:00
"tailwindcss-animate": "^1.0.7",
2024-05-16 10:47:34 -07:00
"three": "^0.164.1",
"vscode-icons-js": "^11.6.1",
2024-05-03 13:53:21 -07:00
"y-monaco": "^0.1.5",
"y-protocols": "^1.0.6",
"yjs": "^13.6.15",
2024-05-09 12:03:47 -07:00
"zod": "^3.23.8"
2024-03-19 12:13:18 -04:00
},
"devDependencies": {
"@types/estree": "^1.0.6",
2024-03-19 12:13:18 -04:00
"@types/node": "^20",
2024-05-26 21:41:20 -07:00
"@types/react": "^18.3.3",
2024-03-19 12:13:18 -04:00
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
2024-05-16 10:47:34 -07:00
"@types/three": "^0.164.0",
2024-03-19 12:13:18 -04:00
"autoprefixer": "^10.0.1",
"postcss": "^8",
"postcss-import": "^16.1.0",
"postcss-nesting": "^12.1.2",
2024-04-06 19:03:04 -04:00
"tailwindcss": "^3.3.0",
"typescript": "^5"
2024-03-19 12:13:18 -04:00
}
}