mirror of
https://github.com/tabler/tabler.git
synced 2026-01-24 20:06:37 +00:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"private": true,
|
|
"description": "Premium and Open Source dashboard template with responsive and high quality UI.",
|
|
"homepage": "https://tabler.io",
|
|
"scripts": {
|
|
"build": "turbo build && pnpm run zip-package",
|
|
"dev": "turbo dev",
|
|
"clean": "turbo clean",
|
|
"bundlewatch": "turbo bundlewatch",
|
|
"type-check": "turbo type-check",
|
|
"version": "changeset version",
|
|
"publish": "changeset publish",
|
|
"reformat-md": "tsx .build/reformat-mdx.ts",
|
|
"lint": "pnpm run lint-md",
|
|
"lint-md": "markdownlint docs/content/**/*.md",
|
|
"zip-package": "tsx .build/zip-package.ts",
|
|
"start": "pnpm dev"
|
|
},
|
|
"packageManager": "pnpm@10.27.0",
|
|
"dependencies": {
|
|
"shx": "^0.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@changesets/changelog-github": "^0.5.2",
|
|
"@changesets/cli": "^2.29.8",
|
|
"adm-zip": "^0.5.16",
|
|
"autoprefixer": "^10.4.23",
|
|
"bundlewatch": "^0.4.1",
|
|
"clean-css-cli": "^5.6.3",
|
|
"concurrently": "^9.2.1",
|
|
"cross-env": "^10.1.0",
|
|
"fs-extra": "^11.3.3",
|
|
"glob": "^13.0.0",
|
|
"js-beautify": "^1.15.4",
|
|
"markdownlint-cli": "^0.47.0",
|
|
"nodemon": "^3.1.11",
|
|
"pnpm": "^10.27.0",
|
|
"postcss": "^8.5.6",
|
|
"postcss-cli": "^11.0.1",
|
|
"prettier": "^3.7.4",
|
|
"rtlcss": "^4.3.0",
|
|
"sass": "1.97.2",
|
|
"shelljs": "^0.10.0",
|
|
"terser": "^5.44.1",
|
|
"turbo": "^2.7.3",
|
|
"tsx": "^4.21.0",
|
|
"vite": "^7.3.0"
|
|
}
|
|
} |