/
githubmirror
/
tabler
Обзор
Документация
Войти
/
githubmirror
/
tabler
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
screenshots/package.json
29 строк
753 B
Paweł Kuna
Add screenshots package and fix `card-gradient` minify bug (#2793)
07 авг 2026, 01:48
Не верифицирован
07 авг 2026, 01:48
b38cd32
Код
Авторство
О чём код?
{ "name": "@tabler/screenshots", "private": true, "type": "module", "version": "0.0.1", "description": "Astro app: one page per UI component, for automated screenshotting", "engines": { "node": ">=22.12.0" }, "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "capture": "turbo build --filter=@tabler/screenshots && tsx .build/capture.ts", "clean": "shx rm -rf dist public captures/* .astro", "type-check": "astro check" }, "dependencies": { "@tabler/core": "workspace:*", "astro": "^7.1.6" }, "devDependencies": { "@astrojs/check": "^0.9.4", "@types/node": "^26.1.1", "playwright": "1.62.0", "shx": "^0.4.0", "typescript": "^5.7.3" } }