{ "author": "Jaco Greeff ", "bugs": "https://github.com/polkadot-js/ui/issues", "homepage": "https://github.com/polkadot-js/ui#readme", "license": "Apache-2.0", "packageManager": "yarn@3.2.0", "private": true, "repository": { "type": "git", "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, "version": "2.7.2", "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", "example:react": "yarn build && cd packages/example-react && webpack --config webpack.config.cjs", "example:vue": "yarn build && cd packages/example-vue && webpack --config webpack.config.cjs", "lint": "polkadot-dev-run-lint", "postinstall": "polkadot-dev-yarn-only", "test": "polkadot-dev-run-test --coverage --runInBand", "test:one": "polkadot-dev-run-test" }, "devDependencies": { "@babel/core": "^7.18.6", "@babel/runtime": "^7.18.6", "@polkadot/dev": "^0.67.55", "@polkadot/x-bundle": "^9.7.2", "@types/jest": "^28.1.4", "babel-loader": "^8.2.5", "babel-plugin-transform-vue-template": "^0.4.2", "empty": "^0.10.1", "process": "^0.11.10", "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", "react-native": "^0.69.1", "stream-browserify": "^3.0.0", "vue-template-compiler": "^2.6.14", "webpack": "^5.73.0", "webpack-cli": "^4.10.0", "webpack-serve": "^4.0.0" }, "resolutions": { "typescript": "^4.7.4" } }