-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
111 lines (111 loc) · 3.32 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
{
"name": "otomee",
"version": "0.1.0",
"private": true,
"dependencies": {
"@metamask/jazzicon": "^2.0.0",
"@reach/dialog": "0.10.3",
"@reach/portal": "0.10.3",
"@reduxjs/toolkit": "^1.7.1",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@typechain/ethers-v5": "^8.0.5",
"@types/jest": "^27.0.3",
"@types/node": "^17.0.0",
"@types/orbit-db": "https://github.com/orbitdb/orbit-db-types.git",
"@types/qs": "^6.9.7",
"@types/react": "^17.0.37",
"@types/react-datepicker": "^4.3.4",
"@types/react-dom": "^17.0.11",
"@types/react-linkify": "^1.0.1",
"@types/react-redux": "^7.1.20",
"@types/react-router-dom": "^5.0.0",
"@types/rebass": "^4.0.10",
"@types/styled-components": "^5.1.19",
"@types/ua-parser-js": "^0.7.36",
"@uniswap/redux-multicall": "^1.0.0",
"@urql/exchange-graphcache": "^4.3.6",
"@web3-react/core": "^6.0.9",
"@web3-react/injected-connector": "^6.0.7",
"abort-controller": "^3.0.0",
"add": "^2.0.6",
"assert": "^2.0.0",
"autoprefixer": "^10.4.0",
"buffer": "^6.0.3",
"copy-to-clipboard": "^3.3.1",
"ethers": "^5.5.2",
"graphql": "^16.2.0",
"graphql-tag": "^2.12.6",
"ipfs": "^0.52.0",
"ipfs-core-types": "^0.9.0",
"ipfsd-ctl": "^7.1.0",
"logplease": "^1.2.15",
"node-fetch": "^3.2.0",
"orbit-db": "^0.26.0",
"orbit-db-identity-provider": "^0.4.0",
"patch-package": "^6.4.7",
"path-browserify": "^1.0.1",
"polished": "^4.1.3",
"postcss": "^8.4.5",
"process": "^0.11.10",
"qs": "^6.10.2",
"react": "^17.0.2",
"react-confetti": "^6.0.0",
"react-datepicker": "^4.6.0",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-linkify": "^1.0.0-alpha",
"react-redux": "^7.2.6",
"react-router-dom": "^5.0.0",
"react-scripts": "^5.0.0",
"react-spring": "8.0.27",
"react-use-gesture": "^9.1.3",
"rebass": "^4.0.7",
"redux-localstorage-simple": "^2.4.1",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.3",
"tailwindcss": "^3.0.7",
"typechain": "^6.1.0",
"typescript": "^4.5.4",
"ua-parser-js": "^1.0.2",
"url": "^0.11.0",
"urql": "^2.0.6",
"web-vitals": "^2.1.2",
"yarn": "^1.22.17"
},
"resolutions": {
"@ethersproject/abi": "^5.0.0",
"@ethersproject/providers": "^5.0.0",
"@ethersproject/bytes": "^5.0.0",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/plugin-syntax-flow": "^7.14.5",
"@testing-library/dom": ">=7.21.4",
"@babel/core": "^7.0.0-0"
},
"proxy": "http://127.0.0.1:8080/",
"scripts": {
"contracts:compile:abi": "typechain --target ethers-v5 --out-dir src/abis/types \"./src/abis/**/*.json\"",
"proxy": "node cors-server.js",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"extract": "lingui extract",
"compile": "lingui compile",
"postinstall": "yarn patch-package"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}