{ "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@11.10.0", "dependencies": { "picomatch": "2.3.2", "shx": "^0.4.0" }, "devDependencies": { "@changesets/changelog-github": "^0.7.0", "@changesets/cli": "^2.31.0", "adm-zip": "^0.5.18", "autoprefixer": "^10.5.2", "bundlewatch": "^0.4.2", "clean-css-cli": "^5.6.3", "concurrently": "^10.0.3", "cross-env": "^10.1.0", "fs-extra": "^11.3.6", "glob": "^13.0.6", "js-beautify": "^2.0.3", "markdownlint-cli": "^0.49.0", "nodemon": "^3.1.14", "pnpm": "10.34.4", "postcss": "^8.5.16", "postcss-cli": "^11.0.1", "prettier": "^3.9.4", "rtlcss": "^4.3.0", "sass": "1.101.0", "shelljs": "^0.10.0", "terser": "^5.48.0", "tsx": "^4.23.0", "turbo": "2.10.3", "vite": "^8.1.3" } }