-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
70 lines (70 loc) · 2.27 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
{
"name": "@rarity/frontend",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"lingui": "lingui extract --clean --overwrite && lingui compile",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@babel/core": "7.15.5",
"@ethersproject/providers": "5.4.5",
"@fontsource/noto-mono": "4.5.0",
"@fontsource/work-sans": "4.5.1",
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-brands-svg-icons": "5.15.4",
"@fortawesome/react-fontawesome": "0.1.15",
"@headlessui/react": "1.4.1",
"@heroicons/react": "1.0.4",
"@lingui/cli": "3.12.1",
"@lingui/core": "3.12.1",
"@lingui/loader": "3.12.1",
"@lingui/macro": "3.12.1",
"@lingui/react": "3.12.1",
"@lingui/remote-loader": "3.11.0",
"@reduxjs/toolkit": "1.6.1",
"@web3-react/core": "6.1.9",
"@web3-react/injected-connector": "6.0.7",
"@web3-react/network-connector": "6.1.9",
"@web3-react/walletconnect-connector": "6.2.4",
"autoprefixer": "10.3.4",
"babel-plugin-macros": "3.1.0",
"cookie-cutter": "0.2.0",
"ethers": "5.4.7",
"graphql": "15.5.3",
"graphql-request": "3.5.0",
"graphql-tag": "2.12.5",
"next": "11.1.2",
"next-pwa": "5.3.1",
"postcss": "8.3.6",
"prettier": "2.4.1",
"react": "17.0.2",
"react-device-detect": "1.17.0",
"react-dnd": "^14.0.3",
"react-dnd-html5-backend": "^14.0.1",
"react-dom": "17.0.2",
"react-feather": "2.0.9",
"react-ga4": "1.0.6",
"react-hot-toast": "2.1.1",
"react-redux": "7.2.5",
"react-tag-input": "^6.7.3",
"react-tooltip": "^4.2.21",
"redux": "4.1.1",
"redux-persist": "6.0.0",
"swr": "1.0.1",
"tailwind-scrollbar-hide": "1.0.3",
"tailwindcss": "2.2.15"
},
"devDependencies": {
"@types/react": "17.0.21",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"pwa-asset-generator": "4.3.6",
"typescript": "4.4.3"
}
}