-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
153 lines (153 loc) · 4.86 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "@kleros/linguo",
"version": "0.1.0",
"description": "The Linguo user interface.",
"keywords": [
"blockchain",
"ethereum",
"dapp",
"linguo",
"translation"
],
"repository": "https://github.com/kleros/linguo",
"license": "MIT",
"author": "Kleros",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "parcel build src/index.html",
"clean": "rm -rf .cache dist",
"lint:css": "stylelint 'src/**/*.js{,x}'",
"lint:js": "eslint --ext .js,.jsx src/",
"start": "parcel src/index.html"
},
"resolutions": {
"browserslist": "4.21.4",
"caniuse-lite": "1.0.30001436"
},
"dependencies": {
"3id-resolver": "^1.0.1",
"@ant-design/icons": "^4.3.0",
"@ethersproject/address": "^5.0.5",
"@ethersproject/contracts": "^5.0.5",
"@ethersproject/networks": "^5.0.4",
"@ethersproject/providers": "^5.0.14",
"@ethersproject/solidity": "^5.0.5",
"@hot-loader/react-dom": "^17.0.2",
"@kleros/archon": "^2.2.0",
"@kleros/erc-792": "^7.0.0",
"@kleros/linguo-contracts": "~0.5.0",
"@kleros/react-components": "^6.0.0",
"@loadable/component": "^5.12.0",
"@reduxjs/toolkit": "^1.6.1",
"@rehooks/local-storage": "^2.4.4",
"@sentry/react": "^7.37.2",
"@sentry/tracing": "^7.37.2",
"@uniswap/sdk": "^3.0.3",
"@web3-react/abstract-connector": "^6.0.7",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/network-connector": "^6.1.5",
"@web3-react/walletconnect-connector": "^6.2.13",
"antd": "~4.16.0",
"browserslist": "^4.21.4",
"clsx": "^1.1.0",
"connected-react-router": "^6.8.0",
"core-js": "^3.0.0",
"dayjs": "^1.8.22",
"deep-equal": "^2.0.5",
"deepmerge": "^4.2.2",
"did-resolver": "^2.1.2",
"ethers": "^5.7.2",
"graphql": "^16.6.0",
"graphql-request": "^5.1.0",
"history": "^4.10.1",
"hoist-non-react-statics": "^3.3.2",
"immer": "^9.0.19",
"ipfs-http-client": "^42.0.0",
"js-base64": "^3.6.0",
"js-combinatorics": "^0.6.1",
"localforage": "^1.10.0",
"moment": "^2.29.4",
"nanoid": "^3.1.9",
"normalize.css": "^8.0.1",
"path-to-regexp": "^6.1.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-blockies": "^1.4.1",
"react-dom": "^17.0.2",
"react-hot-loader": "^4.13.1",
"react-is": "^17.0.2",
"react-redux": "^7.2.5",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-titled": "^1.0.1",
"react-toastify": "^9.1.1",
"react-visibility-sensor": "^5.1.1",
"redux": "^4.1.1",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"redux-saga-thunk": "^0.7.3",
"scroll-into-view-if-needed": "^2.2.25",
"serialize-error": "^7.0.1",
"styled-components": "^5.3.6",
"swr": "^2.0.3",
"web3": "^1.5.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.15.0",
"@babel/helper-environment-visitor": "^7.18.9",
"@babel/helper-string-parser": "^7.19.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.8.3",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@jridgewell/gen-mapping": "^0.3.2",
"@prettier/plugin-xml": "^0.7.2",
"@svgr/parcel-plugin-svgr": "^5.2.0",
"@types/react": "^16.9.23",
"autoprefixer": "^9.7.4",
"babel-eslint": "^10.1.0",
"babel-plugin-import": "^1.13.6",
"babel-plugin-styled-components": "^1.10.7",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"cssnano": "^4.1.10",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier-standard": "^4.0.1",
"eslint-config-standard": "^16.0.3",
"eslint-import-resolver-parcel": "^1.10.6",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.25.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-standard": "^5.0.0",
"husky": "^4.2.3",
"lint-staged": "^10.0.7",
"parcel": "^1.12.4",
"parcel-plugin-clean-dist": "^0.0.6",
"postcss": "^7.0.27",
"postcss-custom-media": "^7.0.8",
"postcss-modules": "^1.5.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.4.1",
"prettier-config-standard": "^4.0.0",
"prettier-plugin-packagejson": "^2.2.12",
"stylelint": "^13.2.1",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0"
},
"packageManager": "yarn@1.22.19",
"volta": {
"node": "16.18.1"
}
}