-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·73 lines (73 loc) · 2.35 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
{
"name": "achievements",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"analyze": "ANALYZE=true next build",
"start": "next start",
"lint": "eslint . --ext .js"
},
"dependencies": {
"@fortawesome/fontawesome-pro": "^5.15.3",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/pro-duotone-svg-icons": "^5.15.3",
"@fortawesome/pro-light-svg-icons": "^5.15.3",
"@fortawesome/pro-regular-svg-icons": "^5.15.3",
"@fortawesome/pro-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@headlessui/react": "^1.1.1",
"@metamask/jazzicon": "^2.0.0",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/typography": "^0.4.0",
"@uniswap/sdk": "^3.0.3",
"@walletconnect/qrcode-modal": "^1.4.1",
"@walletconnect/web3-provider": "^1.4.1",
"@web3-react-fork/core": "^2.0.5",
"@web3-react-fork/injected-connector": "^2.0.5",
"@web3-react-fork/types": "^2.0.5",
"@web3-react-fork/walletconnect-connector": "^2.0.5",
"autoprefixer": "^10.2.5",
"axios": "^0.21.1",
"dotenv-webpack": "^7.0.2",
"enc-utils": "^3.0.0",
"eth-ens-namehash": "^2.0.8",
"eth-provider": "^0.6.1",
"ethers": "^5.1.4",
"gooey-react": "^1.1.0",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"next": "10.2.0",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-confetti": "^6.0.1",
"react-dom": "^17.0.2",
"react-dom-confetti": "^0.2.0",
"react-flip-move": "^3.0.4",
"react-markdown": "^6.0.1",
"react-pong": "^1.1.1",
"react-toast-notifications": "^2.4.4",
"sass": "^1.32.12",
"swr": "^0.5.6",
"tailwind-content-placeholder": "^0.0.4",
"tailwindcss": "^2.1.2"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.15",
"@babel/preset-env": "^7.14.1",
"@babel/runtime-corejs2": "^7.14.0",
"@next/bundle-analyzer": "^10.2.0",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"eslint": "^7.25.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss": "^8.2.13"
}
}