erp-platform/ui/package.json

110 lines
3.5 KiB
JSON
Raw Normal View History

2025-05-06 06:45:49 +00:00
{
2025-11-11 19:49:52 +00:00
"name": "erp-platform-ui",
2025-05-06 06:45:49 +00:00
"private": true,
2025-09-19 20:36:10 +00:00
"version": "1.0.1",
2025-05-06 06:45:49 +00:00
"elstarVersion": "2.1.6",
"type": "module",
"scripts": {
"start": "vite",
"build": "node scripts/generate-version.js && vite build",
"build:production": "vite build",
2025-05-06 06:45:49 +00:00
"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": {
2025-08-16 12:22:36 +00:00
"@babel/generator": "^7.28.3",
2025-08-11 06:34:44 +00:00
"@babel/parser": "^7.28.0",
"@babel/standalone": "^7.28.0",
"@babel/traverse": "^7.28.0",
"@babel/types": "^7.28.0",
2025-06-26 13:58:53 +00:00
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
2025-05-06 06:45:49 +00:00
"@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",
2025-08-11 21:35:35 +00:00
"@monaco-editor/react": "^4.6.0",
2025-05-06 06:45:49 +00:00
"@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",
2025-10-18 20:04:24 +00:00
"emoji-picker-react": "^4.14.1",
2025-05-06 06:45:49 +00:00
"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",
2025-10-18 20:04:24 +00:00
"yet-another-react-lightbox": "^3.25.0",
2025-05-06 06:45:49 +00:00
"yup": "^1.6.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
2025-08-11 21:35:35 +00:00
"@types/babel__standalone": "^7.1.9",
2025-05-06 06:45:49 +00:00
"@types/file-saver": "^2.0.7",
"@types/lodash": "^4.14.191",
"@types/node": "^20.19.11",
2025-05-06 06:45:49 +00:00
"@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",
2025-08-11 21:35:35 +00:00
"browserslist": "^4.25.2",
"caniuse-lite": "^1.0.30001734",
2025-05-06 06:45:49 +00:00
"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"
2025-05-06 06:45:49 +00:00
},
"volta": {
"node": "22.12.0",
"npm": "11.0.0"
}
}