66 lines
1.4 KiB
JSON
66 lines
1.4 KiB
JSON
{
|
|
"name": "@open-pencil/vue",
|
|
"version": "0.13.0",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"imports": {
|
|
"#vue/*": {
|
|
"types": "./src/*",
|
|
"bun": "./src/*",
|
|
"default": "./dist/*"
|
|
}
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"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",
|
|
"provenance": true
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^3.4.0",
|
|
"@open-pencil/core": "workspace:*",
|
|
"canvaskit-wasm": ">=0.39.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"canvaskit-wasm": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@atlaskit/pragmatic-drag-and-drop": "^1.7.9",
|
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
|
|
"@nanostores/i18n": "^1.2.2",
|
|
"@nanostores/vue": "^1.1.0",
|
|
"@tanstack/vue-table": "^8.21.3",
|
|
"@vueuse/core": "^14.2.1",
|
|
"nanostores": "^1.2.0",
|
|
"reka-ui": "^2.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"tsdown": "^0.21.7",
|
|
"unplugin-raw": "^0.6.4",
|
|
"unplugin-vue": "^7.1.1"
|
|
}
|
|
}
|