|
- {
- "name": "tsms",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "dev": "next dev",
- "build": "next build",
- "start": "NODE_OPTIONS='--inspect' next start",
- "lint": "next lint"
- },
- "dependencies": {
- "@emotion/cache": "^11.11.0",
- "@emotion/react": "^11.11.1",
- "@emotion/styled": "^11.11.0",
- "@faker-js/faker": "^8.4.1",
- "@fontsource/inter": "^5.0.16",
- "@fontsource/plus-jakarta-sans": "^5.0.18",
- "@fullcalendar/react": "^6.1.11",
- "@mui/icons-material": "^5.15.0",
- "@mui/material": "^5.15.0",
- "@mui/material-nextjs": "^5.15.0",
- "@mui/x-data-grid": "^6.18.7",
- "@mui/x-date-pickers": "^6.18.7",
- "@tiptap/extension-color": "^2.5.8",
- "@tiptap/extension-highlight": "^2.5.8",
- "@tiptap/extension-list-item": "^2.5.9",
- "@tiptap/extension-text-align": "^2.5.9",
- "@tiptap/extension-text-style": "^2.5.8",
- "@tiptap/extension-underline": "^2.5.8",
- "@tiptap/pm": "^2.5.8",
- "@tiptap/react": "^2.5.8",
- "@tiptap/starter-kit": "^2.5.8",
- "@unly/universal-language-detector": "^2.0.3",
- "apexcharts": "^3.45.2",
- "date-holidays": "^3.23.11",
- "dayjs": "^1.11.10",
- "fullcalendar": "^6.1.11",
- "i18next": "^23.7.11",
- "i18next-resources-to-backend": "^1.2.0",
- "lodash": "^4.17.21",
- "mui-color-input": "^3.0.0",
- "next": "14.0.4",
- "next-auth": "^4.24.7",
- "next-intl": "^3.13.0",
- "next-pwa": "^5.6.0",
- "react": "^18",
- "react-apexcharts": "^1.4.1",
- "react-dom": "^18",
- "react-hook-form": "^7.49.2",
- "react-i18next": "^13.5.0",
- "react-idle-timer": "^5.7.2",
- "react-intl": "^6.5.5",
- "react-number-format": "^5.3.4",
- "react-select": "^5.8.0",
- "reactstrap": "^9.2.2",
- "styled-components": "^6.1.8",
- "sweetalert2": "^11.10.3",
- "xlsx-js-style": "^1.2.0"
- },
- "devDependencies": {
- "@types/lodash": "^4.14.202",
- "@types/node": "^20",
- "@types/react": "^18",
- "@types/react-dom": "^18",
- "@typescript-eslint/eslint-plugin": "^6.18.1",
- "@typescript-eslint/parser": "^6.18.1",
- "autoprefixer": "^10.4.16",
- "eslint": "^8",
- "eslint-config-next": "14.0.4",
- "eslint-config-prettier": "^9.1.0",
- "eslint-plugin-prettier": "^5.0.1",
- "postcss": "^8.4.33",
- "prettier": "3.1.1",
- "tailwindcss": "^3.4.1",
- "typescript": "^5"
- }
- }
|