Files
tabler/docs/package.json
Paweł KunaandStarDev 39634cb4b9 Improve docs SEO, performance and content quality (#2841)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-08-11 14:45:31 +02:00

34 lines
764 B
JSON

{
"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"
}
}