-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 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
55
56
57
58
59
{
"name": "governor",
"version": "0.0.1",
"description": "The Kleros governor interface.",
"keywords": [
"blockchain",
"ethereum",
"dapp",
"kleros",
"court"
],
"repository": "https://github.com/kleros/governor",
"author": "Kleros",
"license": "MIT",
"scripts": {
"build": "CI= react-scripts build",
"start": "react-scripts start"
},
"dependencies": {
"@kleros/react-components": "^4.1.2",
"@loadable/component": "^5.14.0",
"@next/font": "13.0.7",
"@types/loadable__component": "^5.13.4",
"@types/node": "18.11.15",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/react-helmet": "^6.1.6",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"antd": "^4.24.5",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^5.0.17",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.1",
"react-time-ago": "^6.2.0",
"standard-version": "^9.0.0",
"styled-components": "^5.2.0",
"typescript": "^4.9.4",
"web3": "^1.3.0"
},
"devDependencies": {
"prettier": "2.1.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}