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

66 行
1.8 KiB

  1. {
  2. "name": "tsms",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev",
  7. "build": "next build",
  8. "start": "NODE_OPTIONS='--inspect' next start",
  9. "lint": "next lint"
  10. },
  11. "dependencies": {
  12. "@emotion/cache": "^11.11.0",
  13. "@emotion/react": "^11.11.1",
  14. "@emotion/styled": "^11.11.0",
  15. "@faker-js/faker": "^8.4.1",
  16. "@fontsource/inter": "^5.0.16",
  17. "@fontsource/plus-jakarta-sans": "^5.0.18",
  18. "@fullcalendar/react": "^6.1.11",
  19. "@mui/icons-material": "^5.15.0",
  20. "@mui/material": "^5.15.0",
  21. "@mui/material-nextjs": "^5.15.0",
  22. "@mui/x-data-grid": "^6.18.7",
  23. "@mui/x-date-pickers": "^6.18.7",
  24. "@unly/universal-language-detector": "^2.0.3",
  25. "apexcharts": "^3.45.2",
  26. "date-holidays": "^3.23.11",
  27. "dayjs": "^1.11.10",
  28. "fullcalendar": "^6.1.11",
  29. "i18next": "^23.7.11",
  30. "i18next-resources-to-backend": "^1.2.0",
  31. "lodash": "^4.17.21",
  32. "next": "14.0.4",
  33. "next-auth": "^4.24.7",
  34. "next-pwa": "^5.6.0",
  35. "react": "^18",
  36. "react-apexcharts": "^1.4.1",
  37. "react-dom": "^18",
  38. "react-hook-form": "^7.49.2",
  39. "react-i18next": "^13.5.0",
  40. "react-intl": "^6.5.5",
  41. "react-number-format": "^5.3.4",
  42. "react-select": "^5.8.0",
  43. "reactstrap": "^9.2.2",
  44. "styled-components": "^6.1.8",
  45. "sweetalert2": "^11.10.3",
  46. "xlsx-js-style": "^1.2.0"
  47. },
  48. "devDependencies": {
  49. "@types/lodash": "^4.14.202",
  50. "@types/node": "^20",
  51. "@types/react": "^18",
  52. "@types/react-dom": "^18",
  53. "@typescript-eslint/eslint-plugin": "^6.18.1",
  54. "@typescript-eslint/parser": "^6.18.1",
  55. "autoprefixer": "^10.4.16",
  56. "eslint": "^8",
  57. "eslint-config-next": "14.0.4",
  58. "eslint-config-prettier": "^9.1.0",
  59. "eslint-plugin-prettier": "^5.0.1",
  60. "postcss": "^8.4.33",
  61. "prettier": "3.1.1",
  62. "tailwindcss": "^3.4.1",
  63. "typescript": "^5"
  64. }
  65. }