1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Add documentation App (#2219)

This commit is contained in:
Paweł Kuna
2025-04-15 23:18:49 +02:00
committed by GitHub
parent 199f39a52e
commit 8d4f8d07c3
1550 changed files with 5414 additions and 5340 deletions

View File

@@ -10,7 +10,7 @@
"version": "changeset version",
"publish": "changeset publish",
"playwright": "pnpm run build && pnpm run vt",
"reformat-mdx": "node .build/reformat-mdx.mjs",
"reformat-md": "node .build/reformat-md.mjs",
"start": "pnpm dev",
"zip": "mkdir -p packages-zip && zip -r packages-zip/tabler-$(node -p \"require('./package.json').version\").zip preview/dist/*"
},
@@ -30,17 +30,19 @@
"concurrently": "^9.1.2",
"cross-env": "^7.0.3",
"glob": "^11.0.1",
"js-beautify": "^1.15.4",
"nodemon": "^3.1.9",
"pnpm": "10.6.5",
"postcss": "^8.5.3",
"postcss-cli": "^11.0.1",
"prettier": "^3.5.3",
"rollup": "4.37.0",
"rollup-plugin-dotenv": "^0.5.1",
"rtlcss": "^4.3.0",
"sass": "1.71.0",
"shelljs": "^0.9.2",
"shx": "^0.4.0",
"terser": "^5.39.0",
"turbo": "^2.4.4",
"shelljs": "^0.9.2"
"turbo": "^2.4.4"
}
}