/
githubmirror
/
halo
Обзор
Документация
Войти
/
githubmirror
/
halo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ui/packages/components/package.json
72 строки
2 KB
Ryan Wang
Downgrade Vue Router to 5.1.0 (#10221)
07 авг 2026, 09:58
Не верифицирован
07 авг 2026, 09:58
b5d0556
Код
Авторство
О чём код?
{ "name": "@halo-dev/components", "version": "2.25.2", "description": "", "keywords": [ "@halo-dev/components", "halo", "halo-components", "halo-dev" ], "homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/components#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/components" }, "files": [ "dist" ], "type": "module", "main": "./dist/index.iife.js", "module": "./dist/index.es.js", "types": "./dist/index.d.ts", "unpkg": "./dist/index.iife.js", "jsdelivr": "./dist/index.iife.js", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.es.js" }, "./dist/style.css": "./dist/style.css" }, "scripts": { "build": "vp build", "build-storybook": "storybook build", "dev": "vp build --watch", "storybook": "storybook dev -p 6006", "test:unit": "vp test --run", "test:unit:coverage": "vp test run --coverage", "test:unit:ui": "vp test --watch --ui", "test:unit:watch": "vp test --watch", "typecheck": "vue-tsc --noEmit -p tsconfig.app.json --composite false", "prepublishOnly": "vp run build" }, "dependencies": { "floating-vue": "^5.2.2" }, "devDependencies": { "@storybook/addon-docs": "^10.4.1", "@storybook/addon-links": "^10.4.1", "@storybook/testing-library": "^0.2.2", "@storybook/vue3-vite": "^10.4.1", "eslint-plugin-storybook": "10.4.1", "react": "^18.2.0", "react-dom": "^18.2.0", "storybook": "^10.4.1", "vite": "catalog:", "vite-plus": "catalog:" }, "peerDependencies": { "vue": "^3.5.x", "vue-router": "~5.1.0" } }