108 lines
3.3 KiB
JSON
108 lines
3.3 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": "^2.6.8",
|
|
"@capacitor-community/file-opener": "^8.0.0",
|
|
"@capacitor-community/speech-recognition": "^7.0.1",
|
|
"@capacitor-mlkit/barcode-scanning": "^8.0.1",
|
|
"@capacitor/android": "^8.3.0",
|
|
"@capacitor/app": "^8.0.1",
|
|
"@capacitor/cli": "^8.3.0",
|
|
"@capacitor/core": "^8.3.0",
|
|
"@capacitor/filesystem": "^8.1.2",
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@emotion/react": "^11.11.4",
|
|
"@emotion/styled": "^11.11.5",
|
|
"@mui/material": "^5.15.18",
|
|
"@react-google-maps/api": "^2.20.8",
|
|
"@reduxjs/toolkit": "^1.9.5",
|
|
"@tanstack/react-query": "^5.90.11",
|
|
"@tanstack/react-query-devtools": "^5.91.1",
|
|
"@tanstack/react-virtual": "^3.13.18",
|
|
"@types/node": "^25.5.0",
|
|
"@zxing/library": "^0.21.3",
|
|
"antd": "^5.17.4",
|
|
"antd-img-crop": "^4.22.0",
|
|
"aos": "^2.3.4",
|
|
"apexcharts": "^5.10.4",
|
|
"axios": "^1.13.6",
|
|
"browser-image-compression": "^2.0.2",
|
|
"capacitor-usb-serial": "^1.0.3",
|
|
"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.4.0",
|
|
"file-saver": "^2.0.5",
|
|
"history": "^5.3.0",
|
|
"html2canvas": "^1.4.1",
|
|
"html2pdf": "^0.0.11",
|
|
"html5-qrcode": "^2.3.8",
|
|
"jquery": "^3.7.1",
|
|
"js-cookie": "^3.0.5",
|
|
"jsbarcode": "^3.11.6",
|
|
"jspdf": "^4.2.1",
|
|
"lucide": "^0.577.0",
|
|
"lucide-react": "^0.536.0",
|
|
"moment": "^2.30.1",
|
|
"number-to-words": "^1.2.4",
|
|
"pdf-lib": "^1.17.1",
|
|
"qr-scanner": "^1.4.2",
|
|
"qrcode": "^1.5.3",
|
|
"qrcode.react": "^4.2.0",
|
|
"react": "^18.3.1",
|
|
"react-apexcharts": "^2.1.0",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-color": "^2.19.3",
|
|
"react-countup": "^6.5.3",
|
|
"react-device-detect": "^2.2.3",
|
|
"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": "^8.0.1",
|
|
"webfontloader": "^1.6.28",
|
|
"zustand": "^5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-legacy": "^8.0.0",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"esbuild": "^0.27.4",
|
|
"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",
|
|
"sass": "^1.77.2",
|
|
"terser": "^5.31.3",
|
|
"vite": "^8.0.0",
|
|
"vite-plugin-obfuscator": "^1.0.5",
|
|
"vite-plugin-remove-console": "^2.2.0"
|
|
}
|
|
}
|