2026-02-24 20:44:16 +00:00
|
|
|
{
|
|
|
|
|
"name": "sozsoft-platform-ui",
|
|
|
|
|
"private": true,
|
|
|
|
|
"elstarVersion": "2.1.6",
|
2026-08-13 08:41:48 +00:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=24.19.0",
|
|
|
|
|
"npm": ">=11.19.0"
|
|
|
|
|
},
|
2026-02-24 20:44:16 +00:00
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
2026-08-13 08:41:48 +00:00
|
|
|
"devextreme:license": "devextreme-license --out src/devextreme-license.ts --force",
|
|
|
|
|
"prestart": "npm run devextreme:license",
|
|
|
|
|
"prebuild": "npm run devextreme:license",
|
|
|
|
|
"prebuild:production": "npm run devextreme:license",
|
2026-08-12 12:20:00 +00:00
|
|
|
"start": "vite",
|
2026-08-12 21:26:36 +00:00
|
|
|
"build": "vite build",
|
|
|
|
|
"build:production": "vite build",
|
2026-02-24 20:44:16 +00:00
|
|
|
"preview": "vite preview",
|
2026-08-13 08:41:48 +00:00
|
|
|
"typecheck": "tsc --noEmit",
|
2026-07-01 18:02:42 +00:00
|
|
|
"lint": "eslint .",
|
2026-02-24 20:44:16 +00:00
|
|
|
"lint:fix": "npm run lint -- --fix",
|
|
|
|
|
"prettier": "prettier --ignore-path .gitignore src --check",
|
|
|
|
|
"prettier:fix": "npm run prettier -- --write",
|
|
|
|
|
"format": "npm run prettier:fix && npm run lint:fix"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-08-13 08:41:48 +00:00
|
|
|
"@babel/standalone": "^7.29.8",
|
|
|
|
|
"@dnd-kit/core": "^6.3.1",
|
|
|
|
|
"@dnd-kit/sortable": "^10.0.0",
|
2026-02-24 20:44:16 +00:00
|
|
|
"@dnd-kit/utilities": "^3.2.2",
|
2026-08-13 08:41:48 +00:00
|
|
|
"@floating-ui/react": "^0.27.20",
|
|
|
|
|
"@fullcalendar/daygrid": "^6.1.21",
|
|
|
|
|
"@fullcalendar/interaction": "^6.1.21",
|
|
|
|
|
"@fullcalendar/react": "^6.1.21",
|
|
|
|
|
"@fullcalendar/timegrid": "^6.1.21",
|
|
|
|
|
"@marsidev/react-turnstile": "^1.6.0",
|
|
|
|
|
"@microsoft/signalr": "^10.0.11",
|
|
|
|
|
"@monaco-editor/react": "^4.7.0",
|
|
|
|
|
"@tanstack/react-query": "^5.101.4",
|
|
|
|
|
"@tanstack/react-table": "^8.21.3",
|
|
|
|
|
"axios": "^1.19.0",
|
2026-02-24 20:44:16 +00:00
|
|
|
"classnames": "^2.5.1",
|
2026-08-13 08:41:48 +00:00
|
|
|
"dayjs": "^1.11.21",
|
|
|
|
|
"devexpress-reporting-react": "26.1.4",
|
|
|
|
|
"devextreme": "26.1.4",
|
|
|
|
|
"devextreme-exceljs-fork": "^4.4.13",
|
|
|
|
|
"devextreme-react": "26.1.4",
|
|
|
|
|
"easy-peasy": "^6.1.1",
|
|
|
|
|
"emoji-picker-react": "^4.19.1",
|
|
|
|
|
"file-saver": "^2.0.5",
|
|
|
|
|
"formik": "^2.4.9",
|
|
|
|
|
"framer-motion": "^13.1.0",
|
2026-07-01 18:02:42 +00:00
|
|
|
"jspdf": "^4.2.1",
|
2026-02-24 20:44:16 +00:00
|
|
|
"jwt-decode": "^4.0.0",
|
2026-07-01 18:02:42 +00:00
|
|
|
"lodash": "^4.18.1",
|
2026-08-13 08:41:48 +00:00
|
|
|
"react": "^19.2.8",
|
|
|
|
|
"react-advanced-cropper": "^0.20.1",
|
|
|
|
|
"react-arborist": "^3.16.0",
|
|
|
|
|
"react-dom": "^19.2.8",
|
|
|
|
|
"react-error-boundary": "^6.1.2",
|
|
|
|
|
"react-highlight-words": "^0.21.0",
|
|
|
|
|
"react-icons": "^5.7.0",
|
2026-02-24 20:44:16 +00:00
|
|
|
"react-modal": "^3.16.3",
|
2026-08-13 08:41:48 +00:00
|
|
|
"react-router-dom": "^7.18.2",
|
|
|
|
|
"react-select": "^5.10.2",
|
|
|
|
|
"yet-another-react-lightbox": "^3.32.2",
|
|
|
|
|
"yup": "^1.7.1"
|
2026-02-24 20:44:16 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-08-13 08:41:48 +00:00
|
|
|
"@eslint/js": "^9.39.5",
|
|
|
|
|
"@tailwindcss/typography": "^0.5.20",
|
2026-02-24 20:44:16 +00:00
|
|
|
"@types/file-saver": "^2.0.7",
|
2026-08-13 08:41:48 +00:00
|
|
|
"@types/lodash": "^4.17.25",
|
|
|
|
|
"@types/node": "^24.10.1",
|
|
|
|
|
"@types/react": "^19.2.18",
|
|
|
|
|
"@types/react-dom": "^19.2.4",
|
|
|
|
|
"@types/react-highlight-words": "^0.20.1",
|
|
|
|
|
"@types/react-modal": "^3.16.3",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^8.67.0",
|
|
|
|
|
"@typescript-eslint/parser": "^8.67.0",
|
2026-08-06 09:16:10 +00:00
|
|
|
"@vitejs/plugin-react": "^6.0.5",
|
2026-08-13 08:41:48 +00:00
|
|
|
"autoprefixer": "^10.5.4",
|
|
|
|
|
"cssnano": "^8.0.5",
|
|
|
|
|
"eslint": "^9.39.5",
|
2026-07-01 18:02:42 +00:00
|
|
|
"eslint-config-prettier": "^10.1.8",
|
|
|
|
|
"eslint-import-resolver-typescript": "^4.4.5",
|
2026-08-13 08:41:48 +00:00
|
|
|
"eslint-plugin-import": "^2.32.0",
|
|
|
|
|
"eslint-plugin-react": "^7.37.5",
|
2026-07-01 18:02:42 +00:00
|
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
2026-08-13 08:41:48 +00:00
|
|
|
"eslint-plugin-react-refresh": "^0.5.4",
|
|
|
|
|
"globals": "^17.11.0",
|
|
|
|
|
"postcss": "^8.5.26",
|
|
|
|
|
"prettier": "^3.9.6",
|
|
|
|
|
"tailwindcss": "^3.4.19",
|
2026-07-10 08:18:20 +00:00
|
|
|
"typescript": "5.9",
|
2026-08-13 08:41:48 +00:00
|
|
|
"vite": "^8.2.1",
|
2026-07-01 18:02:42 +00:00
|
|
|
"vite-plugin-pwa": "^1.3.0"
|
|
|
|
|
},
|
|
|
|
|
"overrides": {
|
2026-08-13 08:41:48 +00:00
|
|
|
"dompurify": "3.4.13",
|
|
|
|
|
"glob": "13.0.6",
|
|
|
|
|
"brace-expansion@1": "1.1.18",
|
|
|
|
|
"brace-expansion@2": "2.1.4",
|
|
|
|
|
"brace-expansion@5": "5.0.9",
|
|
|
|
|
"fast-uri": "3.1.5",
|
|
|
|
|
"workbox-build": {
|
|
|
|
|
"source-map": "0.8.0"
|
|
|
|
|
},
|
|
|
|
|
"source-map-support": {
|
|
|
|
|
"source-map": "0.6.1"
|
|
|
|
|
}
|
2026-02-24 20:44:16 +00:00
|
|
|
},
|
|
|
|
|
"volta": {
|
2026-08-13 08:41:48 +00:00
|
|
|
"node": "24.19.0",
|
|
|
|
|
"npm": "11.19.0"
|
2026-02-24 20:44:16 +00:00
|
|
|
}
|
|
|
|
|
}
|