100 lines
3.0 KiB
JSON
100 lines
3.0 KiB
JSON
{
|
|
"name": "retail-application",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "node --max-old-space-size=4096 node_modules/vite/bin/vite.js build",
|
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"format": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/plots": "^1.2.6",
|
|
"@autocomplete/material-ui": "0.0.17",
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@emotion/react": "^11.11.4",
|
|
"@emotion/styled": "^11.11.5",
|
|
"@material-ui/lab": "^4.0.0-alpha.61",
|
|
"@mui/material": "^5.15.18",
|
|
"@reduxjs/toolkit": "^1.9.5",
|
|
"@tanstack/react-query": "^5.90.11",
|
|
"@tanstack/react-query-devtools": "^5.91.1",
|
|
"@tanstack/react-virtual": "^3.13.18",
|
|
"antd": "^5.17.4",
|
|
"antd-img-crop": "^4.22.0",
|
|
"aos": "^2.3.4",
|
|
"axios": "^1.7.2",
|
|
"browser-image-compression": "^2.0.2",
|
|
"classnames": "^2.5.1",
|
|
"cropperjs": "^1.6.2",
|
|
"crypto-js": "^4.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"devtools-detect": "^4.0.2",
|
|
"exceljs": "^4.3.0",
|
|
"google-maps-react": "^2.0.6",
|
|
"highcharts": "^11.4.3",
|
|
"highcharts-react-official": "^3.2.1",
|
|
"history": "^5.3.0",
|
|
"html2canvas": "^1.4.1",
|
|
"html2pdf": "^0.0.11",
|
|
"html2pdf.js": "^0.10.3",
|
|
"html5-qrcode": "^2.3.8",
|
|
"jquery": "^3.7.1",
|
|
"js-cookie": "^3.0.5",
|
|
"jsbarcode": "^3.11.6",
|
|
"jspdf": "^2.5.1",
|
|
"lucide-react": "^0.536.0",
|
|
"material-ui": "^0.20.2",
|
|
"moment": "^2.30.1",
|
|
"mui-autocomplete": "^2.0.1",
|
|
"number-to-words": "^1.2.4",
|
|
"pdf-lib": "^1.17.1",
|
|
"qrcode": "^1.5.3",
|
|
"qrcode.react": "^4.2.0",
|
|
"react": "^18.3.1",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-color": "^2.19.3",
|
|
"react-countup": "^6.5.3",
|
|
"react-device-detect": "^2.2.3",
|
|
"react-devtools": "^5.2.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-icons": "^4.12.0",
|
|
"react-image-crop": "^11.0.10",
|
|
"react-qr-code": "^2.0.13",
|
|
"react-redux": "^8.1.2",
|
|
"react-router-dom": "^6.23.1",
|
|
"react-select": "^5.8.0",
|
|
"react-signature-canvas": "^1.0.7",
|
|
"react-speech-recognition": "^3.10.0",
|
|
"react-timer-hook": "^3.0.7",
|
|
"react-transition-group": "^4.4.5",
|
|
"recharts": "^3.5.0",
|
|
"string-similarity": "^4.0.4",
|
|
"tesseract.js": "^6.0.0",
|
|
"universal-cookie": "^6.1.3",
|
|
"webfontloader": "^1.6.28",
|
|
"xlsx": "^0.18.5",
|
|
"zustand": "^5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.3.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react": "^7.34.2",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
"prettier": "^3.5.3",
|
|
"rollup-plugin-obfuscator": "^1.1.0",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"sass": "^1.77.2",
|
|
"terser": "^5.31.3",
|
|
"vite": "^4.5.3",
|
|
"vite-plugin-obfuscator": "^1.0.5",
|
|
"vite-plugin-remove-console": "^2.2.0"
|
|
}
|
|
}
|