67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"name": "@pascal-app/editor",
|
|
"version": "0.9.1",
|
|
"description": "Pascal building editor component",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.tsx",
|
|
"./catalog": "./src/components/ui/item-catalog/catalog-items.tsx"
|
|
},
|
|
"scripts": {
|
|
"check-types": "tsc --noEmit"
|
|
},
|
|
"peerDependencies": {
|
|
"@pascal-app/core": "^0.9.1",
|
|
"@pascal-app/viewer": "^0.9.1",
|
|
"@react-three/drei": "^10",
|
|
"@react-three/fiber": "^9",
|
|
"next": ">=15",
|
|
"react": "^18 || ^19",
|
|
"react-dom": "^18 || ^19",
|
|
"three": "^0.184"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@iconify/react": "^6.0.2",
|
|
"@number-flow/react": "^0.6.0",
|
|
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
"@radix-ui/react-context-menu": "^2.2.16",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-popover": "^1.1.15",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-separator": "^1.1.8",
|
|
"@radix-ui/react-slider": "^1.3.6",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@radix-ui/react-switch": "^1.2.6",
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@visual-json/react": "^0.4.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"howler": "^2.2.4",
|
|
"lucide-react": "^1.7.0",
|
|
"mitt": "^3.0.1",
|
|
"motion": "^12.34.3",
|
|
"nanoid": "^5.1.6",
|
|
"tailwind-merge": "^3.5.0",
|
|
"zod": "^4.3.6",
|
|
"zustand": "^5.0.11",
|
|
"three-mesh-bvh": "~0.9.8"
|
|
},
|
|
"devDependencies": {
|
|
"@pascal-app/core": "^0.9.1",
|
|
"@pascal-app/viewer": "^0.9.1",
|
|
"@pascal/typescript-config": "*",
|
|
"@types/bun": "^1.3.0",
|
|
"@types/howler": "^2.2.12",
|
|
"@types/react": "19.2.2",
|
|
"@types/react-dom": "19.2.2",
|
|
"@types/three": "^0.184.0",
|
|
"typescript": "6.0.3"
|
|
}
|
|
}
|