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
/
package.json
75 lines (75 loc) · 2.48 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
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@parity/dapp-dappreg",
"description": "Parity dapp registration",
"version": "1.99.99",
"main": "index.js",
"author": "Parity Team <admin@parity.io>",
"maintainers": [],
"contributors": [],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/paritytech/dapp-dappreg.git"
},
"keywords": [],
"scripts": {
"build": "NODE_ENV=production webpack --colors --progress",
"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": "webpack --colors --progress --watch"
},
"devDependencies": {
"@parity/api": "^5.1.19",
"@parity/shared": "2.2.x",
"@parity/ui": "2.2.x",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "8",
"babel-loader": "^7.1.5",
"babel-plugin-react-intl": "7.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-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-es2016": "6.24.1",
"babel-preset-es2017": "6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.11",
"ejs-loader": "0.3.6",
"eslint": "^6.8.0",
"eslint-config-semistandard": "^11.0.0",
"eslint-config-standard": "^10.2.1",
"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.20.0",
"eslint-plugin-standard": "^4.0.1",
"extract-loader": "5.1.0",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "^2.0.0",
"happypack": "^5.0.1",
"html-loader": "0.5.5",
"html-webpack-plugin": "^3.2.0",
"json-loader": "0.5.7",
"postcss-import": "12.0.1",
"postcss-loader": "3.0.0",
"postcss-nested": "4.2.1",
"postcss-simple-vars": "5.0.2",
"react-hot-loader": "4.3.12",
"style-loader": "^0.23.1",
"stylelint": "^8.2.0",
"stylelint-config-standard": "^17.0.0",
"url-loader": "^1.1.2",
"webpack": "^3.12.0"
},
"dependencies": {},
"peerDependencies": {}
}