1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00
Files
tabler/package.json
2025-02-03 02:54:15 +01:00

38 lines
1.1 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",
"dev": "turbo dev",
"clean": "turbo clean",
"bundlewatch": "turbo bundlewatch",
"version": "changeset version",
"publish": "changeset publish",
"reformat-mdx": "node build/reformat-mdx.mjs"
},
"packageManager": "pnpm@9.15.4",
"devDependencies": {
"@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",
"cross-env": "^7.0.3",
"nodemon": "^3.1.9",
"postcss": "^8.5.1",
"postcss-cli": "^11.0.0",
"rollup": "4.34.0",
"rtlcss": "^4.3.0",
"sass": "1.71.0",
"clean-css-cli": "^5.6.3",
"terser": "^5.37.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.12",
"glob": "^11.0.1",
"js-beautify": "^1.15.1",
"prettier": "^3.4.2",
"turbo": "^2.4.0"
}
}