{ "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.0.1", "private": true, "repository": { "type": "git", "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, "version": "1.1.2-5", "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.17.5", "@babel/runtime": "^7.17.2", "@polkadot/dev": "^0.65.79", "@polkadot/x-bundle": "^8.4.1", "@types/jest": "^27.4.1", "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.67.3", "stream-browserify": "^3.0.0", "vue-template-compiler": "^2.6.14", "webpack": "^5.69.1", "webpack-cli": "^4.9.2", "webpack-serve": "^4.0.0" }, "resolutions": { "typescript": "^4.6.2" } }