/
githubmirror
/
tabler
Обзор
Документация
Войти
/
githubmirror
/
tabler
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
shared/package.json
28 строк
706 B
Bartosz-Do
Fix high-severity dependency vulnerabilities from `pnpm audit --prod` (#2771)
03 авг 2026, 10:46
Не верифицирован
03 авг 2026, 10:46
49c3e4c
Код
Авторство
О чём код?
{ "name": "@tabler/shared", "private": true, "version": "0.0.1", "type": "module", "description": "Astro components and lib shared between preview and docs (imported via the @shared vite alias; this package.json exists so npm imports resolve from shared sources)", "scripts": { "test": "vitest run", "test:watch": "vitest", "type-check": "astro check" }, "dependencies": { "shiki": "^4.3.1", "@tabler/core": "workspace:*", "markdown-it": "^14.3.0" }, "devDependencies": { "@astrojs/check": "^0.9.4", "@types/js-beautify": "^1.14.3", "js-beautify": "^2.0.3", "astro": "^7.1.3", "typescript": "^5.7.3", "vitest": "4.1.10" }, "peerDependencies": { "astro": "^7.1.3" } }