package.json 1009 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. "clsx": "^2.1.1",
  15. "dayjs": "^1.11.11",
  16. "framer-motion": "^11.3.2",
  17. "next": "14.2.4",
  18. "next-intl": "^3.17.0",
  19. "next-themes": "^0.3.0",
  20. "react": "^18.3.1",
  21. "react-dom": "^18.3.1"
  22. },
  23. "devDependencies": {
  24. "@types/node": "^20.14.10",
  25. "@types/react": "^18.3.3",
  26. "@types/react-dom": "^18.3.0",
  27. "@types/webpack-env": "^1.18.5",
  28. "eslint": "^8.57.0",
  29. "eslint-config-next": "14.2.4",
  30. "eslint-config-prettier": "^9.1.0",
  31. "postcss": "^8.4.39",
  32. "prettier": "^3.3.2",
  33. "prettier-plugin-organize-imports": "^4.0.0",
  34. "prettier-plugin-tailwindcss": "^0.6.5",
  35. "tailwindcss": "^3.4.4",
  36. "typescript": "^5.5.3"
  37. },
  38. "packageManager": "pnpm@9.4.0"
  39. }