package.json 1.0 KB

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