package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. "next": "14.2.4",
  22. "next-intl": "^3.17.0",
  23. "next-themes": "^0.3.0",
  24. "react": "^18.3.1",
  25. "react-dom": "^18.3.1",
  26. "sass": "^1.77.8",
  27. "swiper": "^11.1.5",
  28. "tailwind-merge": "^2.4.0",
  29. "zustand": "^4.5.4"
  30. },
  31. "devDependencies": {
  32. "@types/node": "^20.14.10",
  33. "@types/react": "^18.3.3",
  34. "@types/react-dom": "^18.3.0",
  35. "@types/webpack-env": "^1.18.5",
  36. "eslint": "^8.57.0",
  37. "eslint-config-next": "14.2.4",
  38. "eslint-config-prettier": "^9.1.0",
  39. "postcss": "^8.4.39",
  40. "prettier": "^3.3.2",
  41. "prettier-plugin-organize-imports": "^4.0.0",
  42. "prettier-plugin-tailwindcss": "^0.6.5",
  43. "tailwindcss": "^3.4.4",
  44. "typescript": "^5.5.3"
  45. },
  46. "packageManager": "pnpm@9.4.0"
  47. }