forked from opentiny/tiny-engine
41 lines
964 B
JSON
41 lines
964 B
JSON
{
|
|
"name": "@opentiny/tiny-engine-toolbar-preview",
|
|
"version": "1.0.3",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build"
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/opentiny/tiny-engine",
|
|
"directory": "packages/toolbars/preview"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/opentiny/tiny-engine/issues"
|
|
},
|
|
"author": "OpenTiny Team",
|
|
"license": "MIT",
|
|
"homepage": "https://opentiny.design/tiny-engine",
|
|
"dependencies": {
|
|
"@opentiny/tiny-engine-canvas": "workspace:*",
|
|
"@opentiny/tiny-engine-common": "workspace:*",
|
|
"@opentiny/tiny-engine-controller": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
"vite": "^4.3.7"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentiny/vue": "^3.14.0",
|
|
"vue": "^3.4.15"
|
|
}
|
|
}
|