-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
73 lines (73 loc) · 1.84 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
{
"name": "dispute-resolver",
"author": "Ferit <[email protected]> (https://github.com/0xferit)",
"version": "1.0.0",
"private": false,
"dependencies": {
"@alch/alchemy-web3": "^1.4.7",
"@babel/helper-call-delegate": "^7.12.1",
"@kleros/arbitrable-proxy-contracts": "^5.0.0",
"@kleros/archon": "2.4.0",
"@kleros/kleros": "^0.1.2",
"@reality.eth/reality-eth-lib": "3.1.14",
"IDRv1": "npm:@kleros/[email protected]",
"IDRv2": "npm:@kleros/[email protected]",
"antd": "^4.16.13",
"bignumber.js": "^9.0.0",
"bootstrap": "^4.5.3",
"iframe-resizer-react": "^1.1.0",
"is-image": "^3.0.0",
"is-text-path": "^2.0.0",
"is-video": "^1.0.1",
"js-levenshtein": "^1.1.6",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"moment": "^2.29.4",
"react": "17.0.0",
"react-blockies": "^1.4.1",
"react-bootstrap": "^1.4.0",
"react-countdown": "^2.3.1",
"react-datetime-picker": "^3.4.0",
"react-dom": "17.0.0",
"react-dropzone": "^10.1.9",
"react-markdown": "^4.2.2",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.0.1",
"react-scripts": "4.0.0",
"sass": "^1.77.5",
"styled-components": "^5.2.1",
"web3": "^1.7.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
">0.2%",
"not dead",
"not op_mini all"
]
},
"engines": {
"node": ">=0.12"
},
"devDependencies": {
"prettier": "^2.0.2"
},
"prettier": {
"tabWidth": 2,
"printWidth": 180
},
"volta": {
"node": "16.20.2",
"yarn": "1.22.11"
}
}