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
70 lines (70 loc) · 2.23 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
{
"name": "parity-react-dapp",
"version": "0.11.0",
"description": "A standard way of writing a React dapp, using ReactApp Rewired",
"bin": {
"parity-react-dapp": "./bin/index.js"
},
"author": "Parity Team <admin@parity.io>",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Parity-JS/parity-react-dapp.git"
},
"dependencies": {
"@parity/api": "4.0.2",
"@parity/shared": "3.0.2",
"application-config": "1.0.1",
"archiver": "3.0.0",
"babel-core": "6.26.3",
"babel-eslint": "8.2.1",
"babel-loader": "7.1.2",
"babel-plugin-react-intl": "3.0.1",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-decorators-legacy": "1.3.5",
"babel-plugin-transform-export-extensions": "6.22.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-react-jsx-self": "6.22.0",
"babel-plugin-transform-react-jsx-source": "6.22.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.23",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"chalk": "2.4.2",
"circular-dependency-plugin": "4.4.0",
"ejs-loader": "0.3.1",
"eslint": "4.16.0",
"eslint-config-semistandard": "12.0.0",
"eslint-config-standard": "10.2.1",
"eslint-config-standard-react": "5.0.0",
"eslint-loader": "2.1.1",
"eslint-plugin-import": "2.15.0",
"eslint-plugin-node": "5.2.1",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-react": "7.12.4",
"eslint-plugin-standard": "3.1.0",
"eslint-restricted-globals": "0.2.0",
"fs-extra": "7.0.1",
"inquirer": "6.2.1",
"lodash.clonedeep": "4.5.0",
"lodash.merge": "4.6.2",
"lodash.partition": "4.6.0",
"node-fetch": "2.3.0",
"ora": "3.0.0",
"parse-repo": "1.0.4",
"postcss-import": "12.0.1",
"postcss-nested": "4.1.1",
"postcss-simple-vars": "5.0.1",
"react-app-rewired": "1.6.2",
"react-hot-loader": "4.3.12",
"react-scripts": "1.1.5",
"release-it": "9.4.3",
"semver": "5.6.0",
"stylelint": "9.10.1",
"stylelint-config-standard": "18.2.0"
},
"peerDependencies": {
"react": ">=0.14.0 <= 16",
"react-dom": ">=0.14.0 <= 16"
},
"devDependencies": {}
}