package.json 1.3 KB

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