openpencil/packages/vue/package.json

60 lines
1.3 KiB
JSON
Raw Permalink Normal View History

{
"name": "@open-pencil/vue",
2026-08-10 08:22:59 +00:00
"version": "0.14.0",
"license": "MIT",
"type": "module",
"exports": {
".": {
2026-03-30 14:21:20 +00:00
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
2026-03-30 14:21:20 +00:00
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"sideEffects": false,
"files": [
"dist",
"README.md"
],
"scripts": {
2026-03-30 14:21:20 +00:00
"build": "bunx tsdown --config tsdown.config.ts",
"prepack": "bun run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/open-pencil/open-pencil.git",
"directory": "packages/vue"
},
"publishConfig": {
"access": "public",
2026-03-30 14:21:20 +00:00
"provenance": true
},
"peerDependencies": {
"@open-pencil/core": "workspace:*",
"canvaskit-wasm": ">=0.41.1",
"vue": "^3.5.41"
},
"peerDependenciesMeta": {
"canvaskit-wasm": {
"optional": true
}
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.8.1",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.2.0",
"@nanostores/i18n": "^1.3.3",
"@nanostores/vue": "^1.1.0",
"@open-pencil/scene-graph": "workspace:*",
"@tanstack/vue-table": "^8.21.3",
"@vueuse/core": "^14.4.0",
"nanostores": "^1.5.0",
"reka-ui": "^2.10.3"
2026-03-30 13:21:50 +00:00
},
"devDependencies": {
"tsdown": "^0.22.14",
"unplugin-raw": "^0.7.0",
"unplugin-vue": "^7.2.0"
}
}