SYNC-HP用のサンプル
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

34 行
773B

  1. {
  2. "name": "new-hp",
  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. },
  11. "dependencies": {
  12. "@mantine/core": "^4.2.9",
  13. "@mantine/dates": "^4.2.9",
  14. "@mantine/form": "^4.2.9",
  15. "@mantine/hooks": "^4.2.9",
  16. "@mantine/next": "^4.2.9",
  17. "@mantine/notifications": "^4.2.9",
  18. "dayjs": "^1.11.3",
  19. "next": "12.1.6",
  20. "react": "18.2.0",
  21. "react-dom": "18.2.0",
  22. "tabler-icons-react": "^1.49.0"
  23. },
  24. "devDependencies": {
  25. "@types/node": "18.0.0",
  26. "@types/react": "18.0.14",
  27. "@types/react-dom": "18.0.5",
  28. "eslint": "8.18.0",
  29. "eslint-config-next": "12.1.6",
  30. "typescript": "4.7.4",
  31. "prettier": "^2.7.1"
  32. }
  33. }