Dotbase-site/package.json

76 lines
2.1 KiB
JSON
Raw Permalink Normal View History

2025-02-05 00:07:38 +05:30
{
"name": "proj1",
"version": "0.1.0",
"private": true,
"description": "Merged project configuration",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@monaco-editor/react": "^4.6.0",
"@privy-io/react-auth": "^1.99.1",
"@privy-io/wagmi-connector": "^0.1.13",
"@radix-ui/react-alert-dialog": "^1.1.5",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@react-three/fiber": "^8.17.12",
"@svgr/webpack": "^8.1.0",
"@tabler/icons-react": "^3.28.1",
"@vercel/analytics": "^1.1.2",
"@xyflow/react": "^12.4.2",
"ace-builds": "^1.32.3",
"ai": "^4.0.36",
"axios": "^1.7.9",
"child_process": "^1.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^11.18.2",
"html-to-image": "^1.11.11",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"lucide-react": "^0.471.1",
"motion": "^12.0.6",
"next": "14.2.16",
"prismjs": "^1.29.0",
"react": "^18",
"react-ace": "^10.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18",
"react-element-to-jsx-string": "^15.0.0",
"react-icons": "^5.4.0",
"react-markdown": "^9.0.3",
"react-nice-avatar": "^1.5.0",
"react-router-dom": "^7.1.1",
"react-simple-code-editor": "^0.13.1",
"reactflow": "^11.11.4",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.172.0",
"uuid": "^11.0.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/prismjs": "^1.26.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.172.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.2.16",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}