{ "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.2.6", "@bufbuild/protobuf": "^1.6.0", "@connectrpc/connect": "^1.2.0", "@connectrpc/connect-web": "^1.2.0", "@types/lodash": "^4.14.202", "@types/node": "^20.9.0", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "antd": "^5.11.1", "buffer": "^6.0.3", "lodash": "^4.17.21", "parcel": "^2.10.2", "process": "^0.11.10", "react": "^18.2.0", "react-dom": "^18.2.0", "react-js-cron": "^5.0.1", "typescript": "^5.2.2", "recharts": "^2.12.7" }, "devDependencies": { "@parcel/transformer-sass": "^2.10.3", "cross-env": "^7.0.3", "events": "^3.3.0", "rimraf": "^5.0.5" } }