{ "name": "backrest", "version": "1.0.0", "description": "", "scripts": { "start": "parcel serve src/index.html", "build": "BACKREST_BUILD_VERSION=$(git describe --tags --abbrev=0) UI_OS=unix parcel build src/index.html", "build-windows": "set UI_OS=windows & parcel build src/index.html", "test": "echo \"Error: no test specified\" && exit 1", "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" }, "devDependencies": { "@parcel/transformer-sass": "^2.10.3", "events": "^3.3.0", "stream-browserify": "^3.0.0" } }