{ "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.8", "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" } }