{ "name": "@tabler/docs", "private": true, "type": "module", "version": "0.0.1", "engines": { "node": ">=22.12.0" }, "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "clean": "shx rm -rf dist public .astro", "type-check": "astro check" }, "dependencies": { "@astrojs/vercel": "^11.0.5", "@docsearch/js": "^4.7.0", "@tabler/core": "workspace:*", "astro": "^7.1.6", "shiki": "^4.3.1" }, "devDependencies": { "@astrojs/check": "^0.9.4", "@astrojs/markdown-satteri": "^0.3.4", "@astrojs/mdx": "^7.0.3", "@tabler/preview": "workspace:*", "@types/node": "^26.1.1", "js-beautify": "^2.0.3", "shx": "^0.4.0", "typescript": "^5.7.3" } }