|
| 1 | +{ |
| 2 | + "name": "@opentiny/tiny-engine-collab-ui-avatar", |
| 3 | + "version": "2.7.0", |
| 4 | + "publishConfig": { |
| 5 | + "access": "public" |
| 6 | + }, |
| 7 | + "scripts": { |
| 8 | + "build": "vite build" |
| 9 | + }, |
| 10 | + "type": "module", |
| 11 | + "main": "dist/index.js", |
| 12 | + "module": "dist/index.js", |
| 13 | + "files": [ |
| 14 | + "dist" |
| 15 | + ], |
| 16 | + "repository": { |
| 17 | + "type": "git", |
| 18 | + "url": "https://github.com/opentiny/tiny-engine", |
| 19 | + "directory": "packages/collab-ui/avatar" |
| 20 | + }, |
| 21 | + "bugs": { |
| 22 | + "url": "https://github.com/opentiny/tiny-engine/issues" |
| 23 | + }, |
| 24 | + "author": "OpenTiny Team", |
| 25 | + "license": "MIT", |
| 26 | + "homepage": "https://opentiny.design/tiny-engine", |
| 27 | + "dependencies": { |
| 28 | + "@opentiny/tiny-engine-common": "workspace:*", |
| 29 | + "@opentiny/tiny-engine-meta-register": "workspace:*", |
| 30 | + "@opentiny/tiny-engine-utils": "workspace:*", |
| 31 | + "@opentiny/tiny-engine-canvas": "workspace:*", |
| 32 | + "@opentiny/tiny-engine-multi-person-collaboration": "workspace:*" |
| 33 | + }, |
| 34 | + "devDependencies": { |
| 35 | + "@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*", |
| 36 | + "@vitejs/plugin-vue": "^5.1.2", |
| 37 | + "@vitejs/plugin-vue-jsx": "^4.0.1", |
| 38 | + "vite": "^5.4.2" |
| 39 | + }, |
| 40 | + "peerDependencies": { |
| 41 | + "@opentiny/vue": "^3.20.0", |
| 42 | + "@opentiny/vue-icon": "^3.20.0", |
| 43 | + "@opentiny/vue-renderless": "^3.20.0", |
| 44 | + "vue": "^3.4.15" |
| 45 | + } |
| 46 | +} |
0 commit comments