1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-06 19:32:22 +04:00
Files
tabler/docs/package.json

32 lines
699 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": {
"@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"
}
}