{ "name": "parity-signer-companion", "description": "Parity Signer Companion", "version": "0.1.2", "license": "GPL-3.0", "scripts": { "setup": "yarn install && yarn allow-scripts", "dev": "webpack --mode development --watch", "build": "webpack --mode production && yarn build:zip", "build:zip": "rm -rf ./build.zip && zip -r -FS ./build.zip ./build", "lint:typing": "tsc --noEmit", "lint:ts": "eslint ./src", "lint:css": "stylelint ./src", "lint": "yarn lint:typing && yarn lint:ts && yarn lint:css", "fix": "prettier ./src -w" }, "dependencies": { "@babel/runtime": "^7.15.4", "@polkadot/extension-base": "^0.40.3", "@polkadot/extension-chains": "0.40.3", "@polkadot/extension-inject": "^0.40.3", "@polkadot/react-identicon": "^0.85.4", "@polkadot/react-qr": "^0.85.4", "nanostores": "^0.4.8", "react": "^17.0.2", "react-dom": "^17.0.2", "react-error-boundary": "^3.1.3", "styled-components": "^5.3.1" }, "devDependencies": { "@babel/plugin-transform-runtime": "^7.15.0", "@babel/preset-env": "^7.15.6", "@babel/preset-react": "^7.14.5", "@babel/preset-typescript": "^7.15.0", "@lavamoat/allow-scripts": "^1.0.6", "@lavamoat/preinstall-always-fail": "^1.0.0", "@types/chrome": "^0.0.158", "@types/firefox-webext-browser": "^82.0.1", "@types/react": "^17.0.27", "@types/react-dom": "^17.0.9", "@types/styled-components": "^5.1.14", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "babel-loader": "^8.2.2", "babel-plugin-styled-components": "^1.13.2", "buffer": "^6.0.3", "copy-webpack-plugin": "^9.0.1", "crypto-browserify": "^3.12.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.26.1", "path-browserify": "^1.0.1", "prettier": "^2.4.1", "process": "^0.11.10", "stream-browserify": "^3.0.0", "stylelint": "^13.13.1", "stylelint-config-prettier": "^8.0.2", "stylelint-config-recommended": "^5.0.0", "typescript": "^4.4.3", "url-loader": "^4.1.1", "webpack": "^5.57.1", "webpack-cli": "^4.8.0", "webpack-extension-manifest-plugin": "^0.8.0" }, "resolutions": { "ansi-regex": "^5.0.1", "set-value": "^4.0.1" }, "lavamoat": { "allowScripts": { "core-js": false, "bufferutil": false, "utf-8-validate": false, "node-hid": false, "usb-detection": false, "tiny-secp256k1": false, "@lavamoat/preinstall-always-fail": false } } }