{ "name": "backrest", "version": "1.0.0", "description": "", "scripts": { "start": "UI_BACKEND_URL=http://localhost:9898 parcel serve src/index.html", "clean": "rimraf dist", "clean-windows": "rimraf dist-windows", "build": "cross-env UI_OS=unix parcel build src/index.html --public-url ./", "build-windows": "cross-env UI_OS=windows parcel build src/index.html --dist-dir dist-windows --public-url ./", "check": "tsc --noEmit" }, "author": "", "license": "ISC", "dependencies": { "@ant-design/icons": "^5.6.1", "@bufbuild/protobuf": "^2.5.2", "@connectrpc/connect": "^2.0.2", "@connectrpc/connect-web": "^2.0.2", "@parcel/transformer-sass": "^2.15.4", "@types/lodash": "^4.17.18", "@types/node": "^20.19.1", "@types/react": "^18.3.23", "@types/react-dom": "^18.3.7", "@types/react-virtualized": "^9.22.2", "antd": "^5.26.1", "buffer": "^6.0.3", "cross-env": "^7.0.3", "events": "^3.3.0", "lodash": "^4.17.21", "parcel": "^2.15.4", "process": "^0.11.10", "react": "^18.3.1", "react-dom": "^18.3.1", "react-js-cron": "^5.2.0", "react-router": "^6.30.1", "react-router-dom": "^6.30.1", "react-virtualized": "^9.22.6", "recharts": "^2.15.4", "rimraf": "^5.0.10", "svgo": "^3.3.2", "typescript": "^5.8.3" }, "@parcel/resolver-default": { "packageExports": true }, "devDependencies": { "rc-collapse": "^3.9.0" } }