forked from opentiny/tiny-engine
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "@opentiny/tiny-engine-common",
|
|
"version": "1.0.2",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build"
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.js",
|
|
"exports": {
|
|
".": "./dist/index.js"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/opentiny/tiny-engine",
|
|
"directory": "packages/common"
|
|
},
|
|
"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-controller": "workspace:*",
|
|
"@opentiny/tiny-engine-http": "workspace:*",
|
|
"@opentiny/tiny-engine-utils": "workspace:*",
|
|
"@vue/shared": "^3.3.4",
|
|
"monaco-editor": "0.33.0",
|
|
"prettier": "2.7.1",
|
|
"vue-draggable-next": "2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
"vite": "^4.3.7"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentiny/vue": "^3.14.0",
|
|
"@opentiny/vue-icon": "^3.14.0",
|
|
"@opentiny/vue-renderless": "^3.14.0",
|
|
"vue": "^3.4.15"
|
|
}
|
|
}
|