-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.79 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
{
"name": "frontend-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.3.19",
"@chakra-ui/icons": "^1.0.13",
"@chakra-ui/react": "^1.6.3",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@metamask/onboarding": "^1.0.0",
"@visx/axis": "^1.11.1",
"@visx/brush": "^1.11.1",
"@visx/gradient": "^1.7.0",
"@visx/group": "^1.7.0",
"@visx/hierarchy": "^1.7.0",
"@visx/mock-data": "^1.7.0",
"@visx/pattern": "^1.7.0",
"@visx/responsive": "^1.10.1",
"@visx/scale": "^1.11.1",
"@web3-react/abstract-connector": "^6.0.7",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.0",
"@web3-react/walletlink-connector": "^6.2.0",
"chart.js": "^3.3.1",
"decentraland-ui": "2.15.0",
"ethers": "^5.2.0",
"framer-motion": "^4.1.17",
"graphql": "^15.5.0",
"leaflet": "^1.7.1",
"next": "10.2.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-error-boundary": "^3.1.3",
"react-icons": "^4.2.0",
"react-leaflet": "^3.2.0"
},
"devDependencies": {
"@types/d3-array": "^2.12.1",
"@types/node": "^15.6.1",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"@types/react-leaflet": "^2.8.1",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier": "^2.3.0",
"typescript": "^4.3.2"
}
}