|
@@ -0,0 +1,59 @@ |
|
|
|
|
|
{ |
|
|
|
|
|
"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", |
|
|
|
|
|
"@fontsource/inter": "^5.0.16", |
|
|
|
|
|
"@fontsource/plus-jakarta-sans": "^5.0.18", |
|
|
|
|
|
"@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", |
|
|
|
|
|
"@unly/universal-language-detector": "^2.0.3", |
|
|
|
|
|
"apexcharts": "^3.45.2", |
|
|
|
|
|
"dayjs": "^1.11.10", |
|
|
|
|
|
"i18next": "^23.7.11", |
|
|
|
|
|
"i18next-resources-to-backend": "^1.2.0", |
|
|
|
|
|
"lodash": "^4.17.21", |
|
|
|
|
|
"next": "14.0.4", |
|
|
|
|
|
"next-auth": "^4.24.5", |
|
|
|
|
|
"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-intl": "^6.5.5", |
|
|
|
|
|
"react-select": "^5.8.0", |
|
|
|
|
|
"reactstrap": "^9.2.2", |
|
|
|
|
|
"styled-components": "^6.1.8", |
|
|
|
|
|
"sweetalert2": "^11.10.3" |
|
|
|
|
|
}, |
|
|
|
|
|
"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" |
|
|
|
|
|
} |
|
|
|
|
|
} |