package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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 run build",
  7. "dev": "turbo run dev",
  8. "dev-preview": "turbo run preview#dev",
  9. "dev-docs": "turbo run docs#dev",
  10. "clean": "turbo run clean",
  11. "bundlewatch": "turbo run bundlewatch",
  12. "version": "changeset version",
  13. "publish": "changeset publish",
  14. "reformat-mdx": "node build/reformat-mdx.mjs"
  15. },
  16. "packageManager": "pnpm@9.15.4",
  17. "devDependencies": {
  18. "@changesets/changelog-github": "^0.5.0",
  19. "@changesets/cli": "^2.27.12",
  20. "@rollup/plugin-babel": "^6.0.4",
  21. "@rollup/plugin-commonjs": "^28.0.2",
  22. "@rollup/plugin-node-resolve": "^16.0.0",
  23. "@rollup/plugin-replace": "^6.0.2",
  24. "autoprefixer": "^10.4.20",
  25. "bundlewatch": "^0.4.0",
  26. "clean-css-cli": "^5.6.3",
  27. "cross-env": "^7.0.3",
  28. "glob": "^11.0.1",
  29. "js-beautify": "^1.15.1",
  30. "nodemon": "^3.1.9",
  31. "pnpm": "9.15.4",
  32. "postcss": "^8.5.1",
  33. "postcss-cli": "^11.0.0",
  34. "prettier": "^3.4.2",
  35. "rimraf": "^6.0.1",
  36. "rollup": "4.34.4",
  37. "rtlcss": "^4.3.0",
  38. "sass": "1.71.0",
  39. "terser": "^5.38.1",
  40. "turbo": "^2.4.0"
  41. }
  42. }