mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
47 lines
1.4 KiB
JSON
47 lines
1.4 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",
|
|
"playwright": "pnpm run build && pnpm run vt",
|
|
"vt": "playwright test tests",
|
|
"reformat-mdx": "node build/reformat-mdx.mjs",
|
|
"start": "pnpm dev"
|
|
},
|
|
"packageManager": "pnpm@9.15.4",
|
|
"devDependencies": {
|
|
"@argos-ci/playwright": "^4.1.0",
|
|
"@changesets/changelog-github": "^0.5.0",
|
|
"@changesets/cli": "^2.27.12",
|
|
"@playwright/test": "^1.50.1",
|
|
"@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",
|
|
"concurrently": "^9.1.2",
|
|
"cross-env": "^7.0.3",
|
|
"glob": "^11.0.1",
|
|
"htmlfy": "^0.6.0",
|
|
"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",
|
|
"rollup": "4.34.4",
|
|
"rtlcss": "^4.3.0",
|
|
"sass": "1.71.0",
|
|
"shx": "^0.3.4",
|
|
"terser": "^5.38.1",
|
|
"turbo": "^2.4.0"
|
|
}
|
|
} |