{ "author": "Jaco Greeff ", "bugs": "https://github.com/polkadot-js/ui/issues", "engines": { "node": ">=18.14" }, "homepage": "https://github.com/polkadot-js/ui#readme", "license": "Apache-2.0", "packageManager": "yarn@4.3.1", "private": true, "repository": { "type": "git", "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, "type": "module", "version": "3.7.1", "versions": { "git": "3.7.1", "npm": "3.7.1" }, "workspaces": [ "packages/*" ], "scripts": { "build": "polkadot-dev-build-ts", "build:release": "polkadot-ci-ghact-build", "build:rollup": "polkadot-exec-rollup --config", "clean": "polkadot-dev-clean-build", "lint": "polkadot-dev-run-lint", "postinstall": "polkadot-dev-yarn-only", "test": "polkadot-dev-run-test --env browser", "test:one": "polkadot-dev-run-test --env browser" }, "devDependencies": { "@polkadot/dev": "^0.78.3", "@polkadot/x-bundle": "^13.0.2", "@types/node": "^20.10.5", "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", "react-native": "^0.73.1" }, "resolutions": { "typescript": "^5.3.3" } }