sandbox-web-ide/package.json

40 lines
972 B
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-04-09 01:20:15 -04:00
"@clerk/nextjs": "^4.29.12",
"@clerk/themes": "^1.7.12",
2024-04-06 19:03:04 -04:00
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.365.0",
"monaco-themes": "^0.4.4",
"next": "14.1.3",
"next-themes": "^0.3.0",
2024-03-19 12:13:18 -04:00
"react": "^18",
"react-dom": "^18",
2024-04-06 19:03:04 -04:00
"react-resizable-panels": "^2.0.16",
"tailwind-merge": "^2.2.2",
2024-04-11 03:58:56 -04:00
"tailwindcss-animate": "^1.0.7",
"vscode-icons-js": "^11.6.1"
2024-03-19 12:13:18 -04:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"postcss": "^8",
2024-04-06 19:03:04 -04:00
"tailwindcss": "^3.3.0",
"typescript": "^5"
2024-03-19 12:13:18 -04:00
}
}