package.json 1.2 KB

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