package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. "antd-mobile": "^5.37.1",
  15. "axios": "^1.7.2",
  16. "clsx": "^2.1.1",
  17. "dayjs": "^1.11.11",
  18. "framer-motion": "^11.3.2",
  19. "next": "14.2.4",
  20. "next-intl": "^3.17.0",
  21. "next-themes": "^0.3.0",
  22. "react": "^18.3.1",
  23. "react-dom": "^18.3.1",
  24. "sass": "^1.77.8",
  25. "swiper": "^11.1.5",
  26. "tailwind-merge": "^2.4.0",
  27. "zustand": "^4.5.4"
  28. },
  29. "devDependencies": {
  30. "@types/node": "^20.14.10",
  31. "@types/react": "^18.3.3",
  32. "@types/react-dom": "^18.3.0",
  33. "@types/webpack-env": "^1.18.5",
  34. "eslint": "^8.57.0",
  35. "eslint-config-next": "14.2.4",
  36. "eslint-config-prettier": "^9.1.0",
  37. "postcss": "^8.4.39",
  38. "prettier": "^3.3.2",
  39. "prettier-plugin-organize-imports": "^4.0.0",
  40. "prettier-plugin-tailwindcss": "^0.6.5",
  41. "tailwindcss": "^3.4.4",
  42. "typescript": "^5.5.3"
  43. },
  44. "packageManager": "pnpm@9.4.0"
  45. }