-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
110 lines (110 loc) · 3.44 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "court",
"version": "0.3.1",
"description": "The Kleros court user interface.",
"keywords": [
"blockchain",
"ethereum",
"dapp",
"kleros",
"court"
],
"repository": "https://github.com/kleros/court",
"author": "Kleros",
"license": "MIT",
"private": true,
"scripts": {
"prestart": "run-s build:theme",
"start": "cross-env BROWSER=none react-app-rewired start",
"prebuild": "run-s build:theme",
"build": "react-app-rewired build",
"build:analyze": "source-map-explorer build/static/js/main.*",
"build:theme": "lessc --js ./src/components/theme.less ./src/components/theme.css",
"fix": "run-p -c fix:*",
"fix:js": "eslint --fix '**/*.{js,jsx}'",
"fix:css": "stylelint --fix '**/*.{less,css}'",
"fix:others": "prettier --write '**/*.{json,html,svg,md}'",
"lint": "run-p -c lint:*",
"lint:js": "eslint '**/*.{js,jsx}'",
"lint:css": "stylelint '**/*.{less,css}'",
"lint:others": "prettier --check '**/*.{json,html,svg,md}'",
"prepare": "husky install"
},
"devDependencies": {
"@babel/helper-builder-react-jsx": "^7.12.13",
"@babel/helper-regex": "^7.10.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2",
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@prettier/plugin-xml": "^0.13.1",
"cross-env": "^7.0.3",
"customize-cra": "^1.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^6.0.0",
"less": "^3.8.1",
"lint-staged": "^10.5.4",
"npm-run-all": "^4.1.5",
"prettier": "2.2.1",
"prettier-config-standard": "^4.0.0",
"react-app-rewired": "^2.1.8",
"source-map-explorer": "^1.6.0",
"standard-version": "^8.0.1",
"stylelint": "^13.13.0",
"stylelint-config-standard": "^22.0.0",
"use-debounce": "^6.0.1"
},
"dependencies": {
"@ant-design/icons": "^4.5.0",
"@drizzle/react-plugin": "^1.5.3",
"@drizzle/store": "^1.5.3",
"@kleros/pnk-merkle-drop-contracts": "^0.1.0",
"@loadable/component": "^5.5.0",
"@reality.eth/contracts": "3.0.0",
"@reality.eth/reality-eth-lib": "3.0.0",
"@sentry/react": "^7.37.2",
"@sentry/tracing": "^7.37.2",
"antd": "^3.10.8",
"axios": "^1.4.0",
"bootstrap": "^5.2.3",
"clsx": "^1.1.1",
"dataloader": "^1.4.0",
"debounce": "^1.2.0",
"iframe": "^1.0.0",
"iframe-resizer-react": "^1.1.0",
"is-image": "^2.0.0",
"is-text-path": "^1.0.1",
"is-video": "^1.0.1",
"javascript-time-ago": "^1.0.32",
"polished": "^2.3.0",
"prop-types": "^15.6.2",
"react": "^17.0.2",
"react-blockies": "^1.4.0",
"react-bootstrap": "^2.7.4",
"react-circular-progressbar": "^2.0.1",
"react-countdown": "^2.3.5",
"react-dom": "^17.0.2",
"react-helmet": "^5.2.0",
"react-is": "^17.0.2",
"react-markdown": "^4.0.4",
"react-minimal-pie-chart": "^3.3.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^2.1.1",
"react-time-ago": "^3.0.3",
"shallowequal": "^1.1.0",
"styled-components": "^5.3.0",
"swr": "^2.2.0",
"use-persisted-state": "^0.3.3",
"web3": "1.5.2"
},
"volta": {
"node": "16.20.2",
"yarn": "1.22.10"
},
"packageManager": "[email protected]"
}