package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. },
  14. "packageManager": "pnpm@9.15.4",
  15. "devDependencies": {
  16. "@rollup/plugin-babel": "^6.0.4",
  17. "@rollup/plugin-commonjs": "^28.0.2",
  18. "@rollup/plugin-node-resolve": "^16.0.0",
  19. "@rollup/plugin-replace": "^6.0.2",
  20. "autoprefixer": "^10.4.20",
  21. "bundlewatch": "^0.4.0",
  22. "cross-env": "^7.0.3",
  23. "nodemon": "^3.1.9",
  24. "postcss": "^8.5.1",
  25. "postcss-cli": "^11.0.0",
  26. "rollup": "4.34.4",
  27. "rtlcss": "^4.3.0",
  28. "sass": "1.71.0",
  29. "clean-css-cli": "^5.6.3",
  30. "terser": "^5.38.1",
  31. "@changesets/changelog-github": "^0.5.0",
  32. "@changesets/cli": "^2.27.12",
  33. "glob": "^11.0.1",
  34. "js-beautify": "^1.15.1",
  35. "prettier": "^3.4.2",
  36. "turbo": "^2.4.0"
  37. }
  38. }