|
| 1 | +{ |
| 2 | + "name": "@devframes/hub-ui", |
| 3 | + "type": "module", |
| 4 | + "version": "0.8.1", |
| 5 | + "description": "Reference UI for @devframes/hub \u2014 the floating dock and standalone viewer filling the hub's ui slot.", |
| 6 | + "author": "Anthony Fu <anthonyfu117@hotmail.com>", |
| 7 | + "license": "MIT", |
| 8 | + "homepage": "https://github.com/devframes/devframe#readme", |
| 9 | + "repository": { |
| 10 | + "directory": "packages/hub-ui", |
| 11 | + "type": "git", |
| 12 | + "url": "git+https://github.com/devframes/devframe.git" |
| 13 | + }, |
| 14 | + "bugs": "https://github.com/devframes/devframe/issues", |
| 15 | + "keywords": [ |
| 16 | + "devtools", |
| 17 | + "devframe", |
| 18 | + "hub", |
| 19 | + "dock", |
| 20 | + "ui" |
| 21 | + ], |
| 22 | + "sideEffects": false, |
| 23 | + "exports": { |
| 24 | + ".": "./dist/index.mjs", |
| 25 | + "./package.json": "./package.json" |
| 26 | + }, |
| 27 | + "types": "./dist/index.d.mts", |
| 28 | + "files": [ |
| 29 | + "dist" |
| 30 | + ], |
| 31 | + "scripts": { |
| 32 | + "build": "pnpm run build:css && pnpm run build:node && pnpm run build:embedded && pnpm run build:standalone", |
| 33 | + "build:css": "tsx scripts/build-css.ts", |
| 34 | + "build:node": "tsdown", |
| 35 | + "build:embedded": "vite build --config vite.embedded.config.ts", |
| 36 | + "build:standalone": "vite build --config src/client/standalone/vite.config.ts", |
| 37 | + "typecheck": "tsc --noEmit", |
| 38 | + "prepack": "pnpm build", |
| 39 | + "storybook": "storybook dev -p 6014", |
| 40 | + "build-storybook": "storybook build" |
| 41 | + }, |
| 42 | + "peerDependencies": { |
| 43 | + "@devframes/hub": "workspace:*", |
| 44 | + "devframe": "workspace:*" |
| 45 | + }, |
| 46 | + "devDependencies": { |
| 47 | + "@devframes/hub": "workspace:*", |
| 48 | + "@iconify-json/ph": "catalog:frontend", |
| 49 | + "@json-render/core": "catalog:deps", |
| 50 | + "@json-render/vue": "catalog:frontend", |
| 51 | + "@storybook/addon-docs": "catalog:storybook", |
| 52 | + "@storybook/vue3-vite": "catalog:storybook", |
| 53 | + "@types/node": "catalog:types", |
| 54 | + "@unocss/reset": "catalog:frontend", |
| 55 | + "@vitejs/plugin-vue": "catalog:build", |
| 56 | + "@vueuse/core": "catalog:frontend", |
| 57 | + "devframe": "workspace:*", |
| 58 | + "dompurify": "catalog:frontend", |
| 59 | + "fuse.js": "catalog:frontend", |
| 60 | + "iframe-pane": "catalog:frontend", |
| 61 | + "magic-string": "catalog:build", |
| 62 | + "storybook": "catalog:storybook", |
| 63 | + "tinyglobby": "catalog:deps", |
| 64 | + "tsdown": "catalog:build", |
| 65 | + "tsx": "catalog:build", |
| 66 | + "unocss": "catalog:frontend", |
| 67 | + "vite": "catalog:build", |
| 68 | + "vue": "catalog:frontend" |
| 69 | + } |
| 70 | +} |
0 commit comments