-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.82 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
{
"name": "nextplate",
"version": "0.1.0",
"private": true,
"license": "UNLICENSED",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 8900",
"fc": "npx prettier --check ./src",
"ff": "npx prettier --write ./src",
"postinstall": "patch-package"
},
"dependencies": {
"@apollo/client": "^3.4.8",
"@ethersproject/abi": "^5.4.0",
"@ethersproject/contracts": "^5.4.1",
"@ethersproject/providers": "^5.3.1",
"@ethersproject/units": "^5.3.0",
"@gnosis.pm/safe-apps-web3-react": "^0.6.1",
"@headlessui/react": "^1.0.0",
"@heroicons/react": "^1.0.0",
"@inlightmedia/react-countdown-timer": "^1.1.2",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "^0.3.3",
"@types/node": "^15.12.4",
"@types/react": "^17.0.11",
"@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.0",
"antd": "^4.16.11",
"apollo-client": "^2.6.10",
"axios": "^0.21.1",
"base58check": "^2.0.0",
"ethers": "^5.4.5",
"graphql": "^15.5.1",
"graphql-request": "^3.5.0",
"i18next": "^19.8.3",
"i18next-browser-languagedetector": "^6.1.0",
"moment": "^2.29.4",
"next": "^11.1.0",
"next-themes": "^0.0.15",
"react": "17.0.2",
"react-device-detect": "^1.17.0",
"react-dom": "17.0.2",
"react-ga": "^3.3.0",
"react-i18next": "^11.7.3",
"react-number-format": "^4.7.3",
"sass": "^1.35.1",
"stylelint-config-standard": "^22.0.0",
"swiper": "^7.0.5",
"typescript": "^4.3.5",
"web3modal": "^1.9.4"
},
"devDependencies": {
"autoprefixer": "^10.3.1",
"patch-package": "^6.4.7",
"postcss": "^8.3.6",
"prettier": "^2.3.1",
"tailwindcss": "^2.2.7"
}
}