package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "next-admin-template",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev",
  7. "build": "next build",
  8. "start": "next start",
  9. "lint": "next lint",
  10. "preinstall": "npx only-allow pnpm"
  11. },
  12. "dependencies": {
  13. "@nextui-org/react": "^2.4.2",
  14. "axios": "^1.7.2",
  15. "clsx": "^2.1.1",
  16. "dayjs": "^1.11.11",
  17. "framer-motion": "^11.3.2",
  18. "next": "14.2.4",
  19. "next-intl": "^3.17.0",
  20. "next-themes": "^0.3.0",
  21. "react": "^18.3.1",
  22. "react-dom": "^18.3.1",
  23. "sass": "^1.77.8",
  24. "swiper": "^11.1.5",
  25. "tailwind-merge": "^2.4.0",
  26. "zustand": "^4.5.4"
  27. },
  28. "devDependencies": {
  29. "@types/node": "^20.14.10",
  30. "@types/react": "^18.3.3",
  31. "@types/react-dom": "^18.3.0",
  32. "@types/webpack-env": "^1.18.5",
  33. "eslint": "^8.57.0",
  34. "eslint-config-next": "14.2.4",
  35. "eslint-config-prettier": "^9.1.0",
  36. "postcss": "^8.4.39",
  37. "prettier": "^3.3.2",
  38. "prettier-plugin-organize-imports": "^4.0.0",
  39. "prettier-plugin-tailwindcss": "^0.6.5",
  40. "tailwindcss": "^3.4.4",
  41. "typescript": "^5.5.3"
  42. },
  43. "packageManager": "pnpm@9.4.0"
  44. }