{ "author": "Jaco Greeff ", "bugs": "https://github.com/polkadot-js/ui/issues", "homepage": "https://github.com/polkadot-js/ui#readme", "license": "Apache-2", "packageManager": "yarn@3.0.1", "private": true, "repository": { "type": "git", "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, "version": "0.89.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", "demo:identicon:react": "yarn build && webpack-serve --config packages/react-identicon/webpack.config.js --content packages/react-identicon --port 8080", "demo:identicon:vue": "yarn build && webpack-serve --config packages/vue-identicon/webpack.config.js --content packages/vue-identicon --port 8080", "example:react": "yarn build && cd packages/example-react && webpack --config webpack.config.js", "example:rn:android": "cd packages/exampleReactNative && yarn android", "example:rn:ios": "cd packages/exampleReactNative && cd ios && pod install && cd .. && yarn ios", "example:rn:packager": "yarn build && cd packages/exampleReactNative && yarn copy-workspace-packages && yarn start", "example:vue": "yarn build && cd packages/example-vue && webpack --config webpack.config.js", "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.16.7", "@babel/runtime": "^7.16.7", "@polkadot/dev": "^0.65.25", "@polkadot/x-bundle": "^8.3.1", "@types/jest": "^27.4.0", "babel-loader": "^8.2.3", "babel-plugin-transform-vue-template": "^0.4.2", "empty": "^0.10.1", "process": "^0.11.10", "react": "^17.0.2", "react-dom": "^17.0.2", "react-is": "^17.0.2", "react-native": "^0.66.4", "stream-browserify": "^3.0.0", "vue-template-compiler": "^2.6.14", "webpack": "^5.65.0", "webpack-cli": "^4.9.1", "webpack-serve": "^4.0.0" }, "resolutions": { "typescript": "^4.5.3" } }