-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.41 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
{
"name": "ethregistry-frontend",
"version": "1.0.0",
"description": "ETHEREUM ADDRESS METADATA REGISTRY",
"license": "LGPL-3.0",
"author": "ETH Registry <ethregistry.org>",
"homepage": "https://ethregistry.org",
"bugs": {
"url": "https://github.com/ethregistry/ethregistry-frontend/issues"
},
"keywords": [
"Ethereum",
"Blockchain",
"Metadata",
"Address",
"Smart Contract",
"Dapp",
"ABI",
"Registry"
],
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom"
},
"dependencies": {
"@material-ui/core": "^3.1.2",
"@material-ui/icons": "^3.0.1",
"ethjs": "^0.4.0",
"express": "^4.14.0",
"ipfs-mini": "^1.1.2",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-ga": "^2.5.3",
"react-json-pretty": "^1.7.9",
"react-magic-dropzone": "^1.0.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.5",
"react-syntax-highlighter": "^8.0.1",
"react-typography": "^0.16.13",
"typography": "^0.16.17",
"typography-theme-github": "^0.15.10"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.7.0",
"eslint-config-react-app": "^3.0.4",
"eslint-plugin-flowtype": "^3.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"prettier": "^1.14.2"
}
}