34 lines
893 B
JSON
34 lines
893 B
JSON
{
|
|
"name": "rdesign-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 3000",
|
|
"build": "next build",
|
|
"start": "node .next/standalone/server.js"
|
|
},
|
|
"dependencies": {
|
|
"@copilotkit/react-core": "^1.10.6",
|
|
"@copilotkit/react-ui": "^1.10.6",
|
|
"@encryptid/sdk": "file:../../encryptid-sdk",
|
|
"@radix-ui/react-dialog": "^1.1.4",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.4",
|
|
"@radix-ui/react-tabs": "^1.1.2",
|
|
"@radix-ui/react-tooltip": "^1.1.6",
|
|
"lucide-react": "^0.468.0",
|
|
"next": "^15.3.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"sonner": "^1.7.4",
|
|
"zustand": "^5.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.0.0",
|
|
"@types/node": "^22.0.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "^5.7.0"
|
|
}
|
|
}
|