-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
80 lines (80 loc) · 2.15 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
76
77
78
79
80
{
"name": "be",
"version": "0.1.0",
"private": true,
"dependencies": {
"@aragon/ui": "^1.2.0",
"@chakra-ui/core": "^0.8.0",
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"antd": "^4.6.0",
"chart.js": "^2.9.3",
"clipboard-polyfill": "^2.8.6",
"dayjs": "^1.8.14",
"emotion-theming": "^10.0.27",
"file-loader": "^6.1.0",
"fs-extra": "^9.0.1",
"js-sha3": "^0.8.0",
"node-sass": "^4.12.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-spring": "^8.0.27",
"solc": "^0.6.9",
"styled-components": "^4.4.1",
"urql": "^1.6.3",
"use-wallet": "^0.4.4",
"wallet-besu": "^1.0.2",
"web3": "1.2.6",
"web3-eea": "^0.10.0",
"@textile/hub": "^1.2.1",
"eccrypto": "^1.1.5",
"aws-sdk": "^2.750.0",
"@fleekhq/fleek-storage-js": "^1.0.2",
"js-file-download": "^0.4.12"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"babel-eslint": "^10.0.3",
"babel-plugin-styled-components": "^1.10.6",
"customize-cra": "^0.9.1",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^23.1.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-plugin-standard": "^4.0.1",
"prettier": "^1.19.1",
"react-app-rewired": "^2.1.5"
}
}