mirror of
https://github.com/basketikun/infinite-canvas.git
synced 2026-07-24 06:54:06 +08:00
18 lines
452 B
JSON
18 lines
452 B
JSON
{
|
|
"name": "canvas-plugin-panorama",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Infinite Canvas 3D 全景节点插件",
|
|
"scripts": {
|
|
"build": "node build.mjs",
|
|
"dev": "node build.mjs --watch",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@infinite-canvas/plugin-sdk": "file:../sdk",
|
|
"@types/react": "19.1.12",
|
|
"typescript": "^5"
|
|
}
|
|
}
|