1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00
Files
tabler/package.json

42 lines
1.2 KiB
JSON

{
"private": true,
"description": "Premium and Open Source dashboard template with responsive and high quality UI.",
"homepage": "https://tabler.io",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"dev-preview": "turbo run preview#dev",
"dev-docs": "turbo run docs#dev",
"clean": "turbo run clean",
"bundlewatch": "turbo run bundlewatch",
"version": "changeset version",
"publish": "changeset publish",
"reformat-mdx": "node build/reformat-mdx.mjs"
},
"packageManager": "pnpm@9.15.4",
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.12",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-replace": "^6.0.2",
"autoprefixer": "^10.4.20",
"bundlewatch": "^0.4.0",
"clean-css-cli": "^5.6.3",
"cross-env": "^7.0.3",
"glob": "^11.0.1",
"js-beautify": "^1.15.1",
"nodemon": "^3.1.9",
"pnpm": "9.15.4",
"postcss": "^8.5.1",
"postcss-cli": "^11.0.0",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"rollup": "4.34.4",
"rtlcss": "^4.3.0",
"sass": "1.71.0",
"terser": "^5.38.1",
"turbo": "^2.4.0"
}
}