{ "name": "parity-signer-companion", "description": "Parity Signer Companion", "version": "0.1.4", "license": "GPL-3.0", "scripts": { "setup": "yarn install && yarn allow-scripts", "dev": "webpack --mode development --watch", "build": "yarn build:clean && yarn build:source && yarn build:zip", "build:clean": "rm -rf ./build ./*.zip", "build:source": "webpack --mode production", "build:zip": "web-ext build --source-dir ./build --artifacts-dir ./ --overwrite-dest", "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.16.3", "@nanostores/react": "^0.1.2", "@polkadot/extension-base": "^0.41.1", "@polkadot/extension-chains": "0.41.1", "@polkadot/extension-inject": "^0.41.1", "@polkadot/react-identicon": "^0.86.5", "@polkadot/react-qr": "^0.86.5", "nanostores": "^0.5.6", "react": "^17.0.2", "react-dom": "^17.0.2", "react-error-boundary": "^3.1.4", "styled-components": "^5.3.3" }, "devDependencies": { "@babel/plugin-transform-runtime": "^7.16.0", "@babel/preset-env": "^7.16.0", "@babel/preset-react": "^7.16.0", "@babel/preset-typescript": "^7.16.0", "@lavamoat/allow-scripts": "^1.0.6", "@lavamoat/preinstall-always-fail": "^1.0.0", "@stylelint/postcss-css-in-js": "^0.37.2", "@types/chrome": "^0.0.164", "@types/firefox-webext-browser": "^94.0.0", "@types/react": "^17.0.35", "@types/react-dom": "^17.0.11", "@types/styled-components": "^5.1.15", "@typescript-eslint/eslint-plugin": "^5.4.0", "@typescript-eslint/parser": "^5.4.0", "babel-loader": "^8.2.3", "babel-plugin-styled-components": "^1.13.3", "buffer": "^6.0.3", "copy-webpack-plugin": "^9.1.0", "crypto-browserify": "^3.12.0", "eslint": "^8.2.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.27.0", "path-browserify": "^1.0.1", "postcss-syntax": "^0.36.2", "prettier": "^2.4.1", "process": "^0.11.10", "stream-browserify": "^3.0.0", "stylelint": "^14.1.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-recommended": "^6.0.0", "typescript": "^4.4.4", "url-loader": "^4.1.1", "web-ext": "^6.5.0", "webpack": "^5.64.1", "webpack-cli": "^4.9.1", "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, "dtrace-provider": false, "spawn-sync": false } } }