package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "name": "shadcn-landing-page-template",
  3. "description": "Landing page template utilizing Shadcn, React, Typescript, and Tailwind CSS for rapid development and responsive design.",
  4. "author": {
  5. "name": "Leopoldo Miranda",
  6. "email": "leomirandadev@gmail.com",
  7. "url": "https://github.com/leoMirandaa"
  8. },
  9. "license": "MIT",
  10. "keywords": [
  11. "react",
  12. "typescript",
  13. "shadcn",
  14. "shadcn/ui",
  15. "tailwind",
  16. "landing-page",
  17. "template",
  18. "responsive-design"
  19. ],
  20. "private": true,
  21. "version": "1.1.0",
  22. "type": "module",
  23. "scripts": {
  24. "dev": "vite",
  25. "build": "tsc && vite build",
  26. "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
  27. "preview": "vite preview"
  28. },
  29. "dependencies": {
  30. "@radix-ui/react-accordion": "^1.2.0",
  31. "@radix-ui/react-avatar": "^1.1.0",
  32. "@radix-ui/react-dialog": "^1.1.1",
  33. "@radix-ui/react-dropdown-menu": "^2.1.1",
  34. "@radix-ui/react-icons": "^1.3.0",
  35. "@radix-ui/react-navigation-menu": "^1.2.0",
  36. "@radix-ui/react-slot": "^1.1.0",
  37. "axios": "^1.7.7",
  38. "class-variance-authority": "^0.7.0",
  39. "clsx": "^2.1.1",
  40. "lucide-react": "^0.424.0",
  41. "react": "^18.3.1",
  42. "react-dom": "^18.3.1",
  43. "tailwind-merge": "^2.4.0",
  44. "tailwindcss-animate": "^1.0.7"
  45. },
  46. "devDependencies": {
  47. "@types/node": "^20.14.2",
  48. "@types/react": "^18.3.3",
  49. "@types/react-dom": "^18.3.0",
  50. "@typescript-eslint/eslint-plugin": "^7.12.0",
  51. "@typescript-eslint/parser": "^7.12.0",
  52. "@vitejs/plugin-react": "^4.3.0",
  53. "autoprefixer": "^10.4.19",
  54. "eslint": "^8.53.0",
  55. "eslint-plugin-react-hooks": "^4.6.0",
  56. "eslint-plugin-react-refresh": "^0.4.4",
  57. "postcss": "^8.4.38",
  58. "tailwindcss": "^3.4.4",
  59. "typescript": "^5.4.5",
  60. "vite": "^5.2.13"
  61. }
  62. }