erp-platform/ui/package.json
2025-06-19 17:51:10 +03:00

117 lines
3.7 KiB
JSON

{
"name": "kurs-platform-ui",
"private": true,
"version": "1.0.4",
"elstarVersion": "2.1.6",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.json",
"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": {
"@floating-ui/react": "^0.27.2",
"@fullcalendar/daygrid": "^6.1.8",
"@fullcalendar/interaction": "^6.1.8",
"@fullcalendar/react": "^6.1.8",
"@fullcalendar/timegrid": "^6.1.8",
"@marsidev/react-turnstile": "^0.2.1",
"@tanstack/react-query": "^4.29.19",
"@tanstack/react-table": "^8.8.5",
"axios": "^1.7.9",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"devextreme": "^23.2.11",
"devextreme-react": "^23.2.11",
"easy-peasy": "^6.0.5",
"exceljs": "^4.4.0",
"file-saver": "^2.0.2",
"formik": "^2.4.6",
"framer-motion": "^11.15.0",
"history": "^5.3.0",
"i18next": "^23.7.11",
"jspdf": "^3.0.1",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"lucide-react": "^0.484.0",
"react": "^18.3.1",
"react-advanced-cropper": "^0.20.0",
"react-arborist": "^3.4.0",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "^18.3.1",
"react-error-boundary": "^5.0.0",
"react-helmet": "^6.1.0",
"react-highlight-words": "^0.20.0",
"react-i18next": "^15.2.0",
"react-icons": "^5.4.0",
"react-modal": "^3.16.3",
"react-quill": "^2.0.0",
"react-router-dom": "^6.14.1",
"react-select": "^5.9.0",
"redux-state-sync": "^3.1.4",
"twin.macro": "^3.4.1",
"yup": "^1.6.1"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@tailwindcss/typography": "^0.5.15",
"@types/d3-fetch": "^3.0.2",
"@types/d3-scale": "^4.0.3",
"@types/file-saver": "^2.0.7",
"@types/lodash": "^4.14.191",
"@types/node": "^18.15.5",
"@types/qs": "^6.9.7",
"@types/react": "^18.3.18",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-dom": "^18.3.5",
"@types/react-helmet": "^6.1.9",
"@types/react-highlight-words": "^0.16.4",
"@types/react-modal": "^3.13.1",
"@types/react-portal": "^4.0.4",
"@types/react-scroll": "^1.8.7",
"@types/react-simple-maps": "^3.0.6",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/redux-state-sync": "^3.1.9",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"cssnano": "^6.0.1",
"dotenv": "^16.0.3",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"postcss": "^8.4.21",
"postcss-cli": "^11.0.0",
"postcss-nesting": "^12.0.2",
"prettier": "^3.1.1",
"rollup-plugin-polyfill-node": "^0.12.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-visualizer": "^5.13.1",
"tailwindcss": "^3.4.17",
"typescript": "^4.9.3",
"vite": "^5.4.11",
"vite-plugin-dynamic-import": "^1.5.0",
"vite-plugin-pwa": "^0.21.1"
},
"volta": {
"node": "22.12.0",
"npm": "11.0.0"
}
}