mirror of
https://github.com/tabler/tabler.git
synced 2026-06-17 04:40:04 +04:00
ee57c307b7
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.8 to 8.5.10. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.5.8...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
52 lines
1.5 KiB
JSON
52 lines
1.5 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",
|
|
"test": "turbo test",
|
|
"test:watch": "turbo test:watch",
|
|
"test:coverage": "turbo test:coverage",
|
|
"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.32.1",
|
|
"dependencies": {
|
|
"shx": "^0.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@changesets/changelog-github": "^0.6.0",
|
|
"@changesets/cli": "^2.30.0",
|
|
"adm-zip": "^0.5.16",
|
|
"autoprefixer": "^10.4.27",
|
|
"bundlewatch": "^0.4.1",
|
|
"clean-css-cli": "^5.6.3",
|
|
"concurrently": "^9.2.1",
|
|
"cross-env": "^10.1.0",
|
|
"fs-extra": "^11.3.4",
|
|
"glob": "^13.0.6",
|
|
"js-beautify": "^1.15.4",
|
|
"markdownlint-cli": "^0.48.0",
|
|
"nodemon": "^3.1.14",
|
|
"pnpm": "^10.27.0",
|
|
"postcss": "^8.5.10",
|
|
"postcss-cli": "^11.0.1",
|
|
"prettier": "^3.8.1",
|
|
"rtlcss": "^4.3.0",
|
|
"sass": "1.97.3",
|
|
"shelljs": "^0.10.0",
|
|
"terser": "^5.46.0",
|
|
"tsx": "^4.21.0",
|
|
"turbo": "^2.8.14",
|
|
"vite": "^7.3.1"
|
|
}
|
|
} |