{ "name": "backrest", "version": "1.0.0", "description": "", "scripts": { "start": "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.5.1", "@bufbuild/protobuf": "^2.2.2", "@connectrpc/connect": "^2.0.0", "@connectrpc/connect-web": "^2.0.0", "@parcel/transformer-sass": "^2.13.2", "@types/lodash": "^4.17.13", "@types/node": "^20.17.8", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@types/react-virtualized": "^9.22.0", "antd": "^5.22.2", "buffer": "^6.0.3", "cross-env": "^7.0.3", "events": "^3.3.0", "lodash": "^4.17.21", "parcel": "^2.13.2", "process": "^0.11.10", "react": "^18.3.1", "react-dom": "^18.3.1", "react-js-cron": "^5.0.1", "react-router": "^6.28.0", "react-router-dom": "^6.28.0", "react-virtualized": "^9.22.5", "recharts": "^2.13.3", "rimraf": "^5.0.10", "svgo": "^3.3.2", "typescript": "^5.7.2" }, "@parcel/resolver-default": { "packageExports": true }, "devDependencies": { "rc-collapse": "^3.9.0" } }