/
githubmirror
/
halo
Обзор
Документация
Войти
/
githubmirror
/
halo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ui/packages/shared/package.json
57 строк
1 KB
Ryan Wang
Support ESM UI plugins and themes (#10213)
07 авг 2026, 18:49
Не верифицирован
07 авг 2026, 18:49
ac256d3
Код
Авторство
О чём код?
{ "name": "@halo-dev/ui-shared", "version": "2.25.2", "description": "", "keywords": [], "homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/shared#readme", "bugs": { "url": "https://github.com/halo-dev/halo/issues" }, "license": "MIT", "author": { "name": "@halo-dev", "url": "https://github.com/halo-dev" }, "repository": { "type": "git", "url": "https://github.com/halo-dev/halo.git", "directory": "ui/packages/shared" }, "files": [ "dist" ], "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "scripts": { "build": "vp pack", "dev": "vp pack --watch", "test:unit": "vp test --run", "typecheck": "tsc --noEmit -p tsconfig.app.json --composite false", "prepublishOnly": "vp run build" }, "dependencies": { "@halo-dev/api-client": "workspace:*", "@tiptap/core": "^3.29.0", "mitt": "^3.0.1" }, "devDependencies": { "dayjs": "^1.11.19", "uuid": "^13.0.0" }, "peerDependencies": { "vue": "^3.5.x", "vue-router": "~5.1.0" }, "inlinedDependencies": { "@formkit/core": "2.1.0", "dayjs": "1.11.19", "mitt": "3.0.1", "uuid": "13.0.0" } }