mirror of
https://github.com/tabler/tabler.git
synced 2026-08-28 12:56:24 +04:00
30 lines
753 B
JSON
30 lines
753 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|