79 lines
2.2 KiB
JSON
79 lines
2.2 KiB
JSON
{
|
|
"name": "spoolman-ui",
|
|
"version": "0.22.1",
|
|
"engines": {
|
|
"node": "20.x"
|
|
},
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.6.1",
|
|
"@ant-design/v5-patch-for-react-19": "^1.0.3",
|
|
"@loadable/component": "^5.16.7",
|
|
"@refinedev/antd": "^5.46.1",
|
|
"@refinedev/core": "^4.57.9",
|
|
"@refinedev/kbar": "^1.3.16",
|
|
"@refinedev/react-router": "^1.0.1",
|
|
"@refinedev/simple-rest": "^5.0.10",
|
|
"@tanstack/react-query": "^4.36.1",
|
|
"@tanstack/react-query-devtools": "^4.36.1",
|
|
"@types/loadable__component": "^5.13.9",
|
|
"@types/lodash": "^4.17.17",
|
|
"@types/uuid": "^10.0.0",
|
|
"@yudiel/react-qr-scanner": "^1.2.10",
|
|
"antd": "^5.25.4",
|
|
"axios": "^1.9.0",
|
|
"html-to-image": "^1.11.13",
|
|
"i18next": "^25.2.1",
|
|
"i18next-browser-languagedetector": "^8.1.0",
|
|
"i18next-http-backend": "^3.0.2",
|
|
"lodash": "^4.17.21",
|
|
"react": "^19.1.0",
|
|
"react-dnd": "^16.0.1",
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
"react-dom": "^19.1.0",
|
|
"react-i18next": "^15.5.2",
|
|
"react-router": "^7.6.2",
|
|
"react-to-print": "^3.1.0",
|
|
"uuid": "^11.1.0",
|
|
"vite-plugin-svgr": "^4.3.0",
|
|
"zustand": "^5.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@refinedev/cli": "^2.16.46",
|
|
"@simbathesailor/use-what-changed": "^2.0.0",
|
|
"@types/node": "^22.15.30",
|
|
"@types/react": "^19.1.6",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@typescript-eslint/eslint-plugin": "^8.33.1",
|
|
"@typescript-eslint/parser": "^8.33.1",
|
|
"@vitejs/plugin-react": "^4.5.1",
|
|
"eslint": "^9.28.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^6.3.5",
|
|
"vite-plugin-mkcert": "^1.17.8"
|
|
},
|
|
"scripts": {
|
|
"dev": "refine dev",
|
|
"build": "tsc && refine build",
|
|
"build.zip": "cd ./dist && zip -r spoolman-client.zip ./ ./ && cd ..",
|
|
"preview": "refine start",
|
|
"refine": "refine",
|
|
"check-i18n": "node scripts/check-i18n.js"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|