36 lines
934 B
JSON
36 lines
934 B
JSON
{
|
|
"name": "@multica/web",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next dev --port 3000",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@multica/hooks": "workspace:*",
|
|
"@multica/sdk": "workspace:*",
|
|
"@multica/store": "workspace:*",
|
|
"@multica/types": "workspace:*",
|
|
"@multica/ui": "workspace:*",
|
|
"@multica/utils": "workspace:*",
|
|
"lucide-react": "catalog:",
|
|
"next": "^16.1.6",
|
|
"next-themes": "^0.4.6",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"tailwindcss": "catalog:",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|