package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "next-admin-template",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev",
  7. "build": "next build && npm run move",
  8. "start": "next start",
  9. "lint": "next lint",
  10. "preinstall": "npx only-allow pnpm",
  11. "move": "xcopy /e /i .next\\static .next\\standalone\\.next\\static"
  12. },
  13. "dependencies": {
  14. "@nextui-org/react": "^2.4.2",
  15. "@nextui-org/system": "^2.2.5",
  16. "ahooks": "^3.8.0",
  17. "antd-mobile": "^5.37.1",
  18. "axios": "^1.7.2",
  19. "clsx": "^2.1.1",
  20. "dayjs": "^1.11.11",
  21. "framer-motion": "^11.3.2",
  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/node": "^20.14.10",
  34. "@types/react": "^18.3.3",
  35. "@types/react-dom": "^18.3.0",
  36. "@types/webpack-env": "^1.18.5",
  37. "eslint": "^8.57.0",
  38. "eslint-config-next": "14.2.4",
  39. "eslint-config-prettier": "^9.1.0",
  40. "postcss": "^8.4.39",
  41. "prettier": "^3.3.2",
  42. "prettier-plugin-organize-imports": "^4.0.0",
  43. "prettier-plugin-tailwindcss": "^0.6.5",
  44. "tailwindcss": "^3.4.4",
  45. "typescript": "^5.5.3"
  46. },
  47. "packageManager": "pnpm@9.4.0"
  48. }