package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "private": true,
  3. "description": "Premium and Open Source dashboard template with responsive and high quality UI.",
  4. "homepage": "https://tabler.io",
  5. "scripts": {
  6. "build": "turbo build",
  7. "dev": "turbo dev",
  8. "clean": "turbo clean",
  9. "bundlewatch": "turbo bundlewatch",
  10. "version": "changeset version",
  11. "publish": "changeset publish",
  12. "reformat-mdx": "node build/reformat-mdx.mjs",
  13. "start": "pnpm dev"
  14. },
  15. "packageManager": "pnpm@9.15.4",
  16. "devDependencies": {
  17. "@changesets/changelog-github": "^0.5.0",
  18. "@changesets/cli": "^2.27.12",
  19. "@rollup/plugin-babel": "^6.0.4",
  20. "@rollup/plugin-commonjs": "^28.0.2",
  21. "@rollup/plugin-node-resolve": "^16.0.0",
  22. "@rollup/plugin-replace": "^6.0.2",
  23. "autoprefixer": "^10.4.20",
  24. "bundlewatch": "^0.4.0",
  25. "clean-css-cli": "^5.6.3",
  26. "concurrently": "^9.1.2",
  27. "cross-env": "^7.0.3",
  28. "glob": "^11.0.1",
  29. "htmlfy": "^0.6.0",
  30. "js-beautify": "^1.15.1",
  31. "nodemon": "^3.1.9",
  32. "pnpm": "9.15.4",
  33. "postcss": "^8.5.1",
  34. "postcss-cli": "^11.0.0",
  35. "prettier": "^3.4.2",
  36. "rollup": "4.34.4",
  37. "rtlcss": "^4.3.0",
  38. "sass": "1.71.0",
  39. "shx": "^0.3.4",
  40. "terser": "^5.38.1",
  41. "turbo": "^2.4.0"
  42. }
  43. }