package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "admin-dashboard",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "tsc && vite build",
  9. "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
  10. "preview": "vite preview",
  11. "format:check": "prettier --check .",
  12. "format": "prettier --write ."
  13. },
  14. "dependencies": {
  15. "@radix-ui/react-icons": "^1.3.0",
  16. "class-variance-authority": "^0.7.0",
  17. "clsx": "^2.1.0",
  18. "react": "^18.2.0",
  19. "react-dom": "^18.2.0",
  20. "react-router-dom": "^6.21.3",
  21. "tailwind-merge": "^2.2.1",
  22. "tailwindcss-animate": "^1.0.7"
  23. },
  24. "devDependencies": {
  25. "@types/node": "^20.11.6",
  26. "@types/react": "^18.2.43",
  27. "@types/react-dom": "^18.2.17",
  28. "@typescript-eslint/eslint-plugin": "^6.14.0",
  29. "@typescript-eslint/parser": "^6.14.0",
  30. "@vitejs/plugin-react-swc": "^3.5.0",
  31. "autoprefixer": "^10.4.17",
  32. "eslint": "^8.55.0",
  33. "eslint-config-prettier": "^9.1.0",
  34. "eslint-plugin-react-hooks": "^4.6.0",
  35. "eslint-plugin-react-refresh": "^0.4.5",
  36. "postcss": "^8.4.33",
  37. "prettier": "^3.2.4",
  38. "tailwindcss": "^3.4.1",
  39. "typescript": "^5.2.2",
  40. "vite": "^5.0.8"
  41. }
  42. }