1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-05 01:44:41 +04:00
Files
tabler/docs/package.json
T
2026-07-29 23:07:00 +02:00

31 lines
711 B
JSON

{
"name": "@tabler/docs",
"private": true,
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"assets": "node .build/copy-assets.mjs",
"dev": "pnpm run assets && astro dev",
"build": "pnpm run assets && astro build",
"preview": "astro preview",
"clean": "shx rm -rf dist public .astro",
"astro": "astro"
},
"dependencies": {
"@tabler/core": "workspace:*",
"astro": "^7.1.3",
"shiki": "^4.3.1"
},
"devDependencies": {
"@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"
}
}