106 lines
3.3 KiB
JSON
106 lines
3.3 KiB
JSON
{
|
|
"name": "kurs-platform-ui",
|
|
"private": true,
|
|
"version": "1.0.1",
|
|
"elstarVersion": "2.1.6",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "vite build && node scripts/write-version.js",
|
|
"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": {
|
|
"@babel/generator": "^7.28.3",
|
|
"@babel/parser": "^7.28.0",
|
|
"@babel/standalone": "^7.28.0",
|
|
"@babel/traverse": "^7.28.0",
|
|
"@babel/types": "^7.28.0",
|
|
"@dnd-kit/core": "^6.1.0",
|
|
"@dnd-kit/sortable": "^8.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@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",
|
|
"@microsoft/signalr": "^9.0.6",
|
|
"@monaco-editor/react": "^4.6.0",
|
|
"@tanstack/react-query": "^4.29.19",
|
|
"@tanstack/react-table": "^8.8.5",
|
|
"axios": "^1.7.9",
|
|
"classnames": "^2.5.1",
|
|
"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",
|
|
"jspdf": "^3.0.1",
|
|
"jwt-decode": "^4.0.0",
|
|
"lodash": "^4.17.21",
|
|
"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-icons": "^5.4.0",
|
|
"react-modal": "^3.16.3",
|
|
"react-router-dom": "^6.14.1",
|
|
"react-select": "^5.9.0",
|
|
"redux-state-sync": "^3.1.4",
|
|
"yup": "^1.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@types/babel__standalone": "^7.1.9",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/lodash": "^4.14.191",
|
|
"@types/node": "^20.19.11",
|
|
"@types/react": "^18.3.18",
|
|
"@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/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",
|
|
"browserslist": "^4.25.2",
|
|
"caniuse-lite": "^1.0.30001734",
|
|
"cssnano": "^6.0.1",
|
|
"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",
|
|
"prettier": "^3.1.1",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^7.1.2",
|
|
"vite-plugin-pwa": "^1.0.2"
|
|
},
|
|
"volta": {
|
|
"node": "22.12.0",
|
|
"npm": "11.0.0"
|
|
}
|
|
}
|