This repository has been archived by the owner on May 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.84 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@parity/plugin-signer-qr",
"description": "Parity signer plugin to allow QR codes",
"version": "1.2.82",
"main": "index.js",
"author": "Parity Team <[email protected]>",
"maintainers": [],
"contributors": [],
"license": "GPL-3.0",
"scripts": {
"build": "babel src --out-dir build --ignore *.spec.js --copy-files",
"lint": "npm run lint:css && npm run lint:js",
"lint:css": "stylelint ./src/**/*.css",
"lint:js": "eslint --ignore-path .gitignore ./src/",
"test": "echo \"WARN: npm run test skipped\"",
"watch": "npm run build -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paritytech/plugin-signer-qr.git"
},
"keywords": [],
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-decorators-legacy": "1.3.5",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^6.8.0",
"eslint-config-semistandard": "^13.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-react": "^8.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-standard": "^4.0.1",
"prop-types": "^15.7.2",
"stylelint": "^12.0.1",
"stylelint-config-standard": "^20.0.0"
},
"dependencies": {
"@parity/ui": "^3.1.31",
"react-intl": "^3.1.8"
},
"peerDependencies": {
"mobx": "^3.5.1",
"mobx-react": "^4.4.2",
"react": "^16.2.0"
}
}