-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
51 lines (51 loc) · 1.24 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
{
"name": "genesisproject.xyz",
"version": "0.1.0",
"private": true,
"engines": {
"node": "16.x",
"npm": "8.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.4.13",
"@babel/core": "^7.15.5",
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.4",
"@types/numeral": "^2.0.2",
"@walletconnect/web3-provider": "^1.6.5",
"apollo-link-rest": "^0.8.0-beta.0",
"autoprefixer": "^10.3.7",
"ethers": "^5.4.7",
"graphql": "^15.6.0",
"lodash": "^4.17.21",
"loot-rarity": "^5.0.1",
"next": "11.1.1",
"numeral": "^2.0.6",
"p-map": "^5.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-ga": "^3.3.0",
"react-google-charts": "^3.0.15",
"react-router-hash-link": "^2.4.3",
"react-select": "^4.3.1",
"sass": "^1.38.2",
"tailwindcss": "^2.2.16",
"usehooks-ts": "^1.0.4",
"web3modal": "^1.9.4"
},
"devDependencies": {
"@types/lodash": "^4.14.173",
"@types/react": "17.0.19",
"@types/react-select": "^4.0.18",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"typescript": "4.4.2"
}
}