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 1
/
package.json
64 lines (64 loc) · 2.06 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
58
59
60
61
62
63
64
{
"name": "@parity/plugin-signer-default",
"version": "1.2.98",
"description": "Default Signer plugin handler",
"main": "index.js",
"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-default.git"
},
"keywords": [
"Parity"
],
"author": "Parity Technologies <admin@parity.io>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/paritytech/plugin-signer-default/issues"
},
"homepage": "https://github.com/paritytech/plugin-signer-default#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.1",
"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.24.1",
"babel-preset-stage-0": "^6.24.1",
"enzyme": "^3.11.0",
"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",
"sinon": "^9.0.2",
"stylelint": "^12.0.1",
"stylelint-config-standard": "^20.0.0"
},
"dependencies": {
"@parity/ui": "^3.1.31",
"lodash": "^4.17.15",
"react-intl": "^3.1.8",
"semantic-ui-react": "^0.88.2"
},
"peerDependencies": {
"mobx": "^3.5.1",
"mobx-react": "^4.4.1",
"react": "^16.2.0"
}
}