forked from oceanprotocol/token-gating-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.97 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
{
"name": "ocean-token-gating",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@coingecko/cryptoformat": "^0.5.4",
"@next/font": "13.1.6",
"@oceanprotocol/lib": "3.0.0-next.5",
"@svgr/webpack": "^8.0.1",
"@tippyjs/react": "^4.2.6",
"@types/axios": "^0.14.0",
"@types/node": "^18.15.5",
"@types/numeral": "^2.0.2",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@urql/exchange-refocus": "^1.0.0",
"@walletconnect/web3-provider": "^1.7.8",
"axios": "^1.3.4",
"bignumber.js": "^9.1.1",
"bootstrap": "^5.2.3",
"classnames": "^2.3.2",
"connectkit": "1.2.3",
"decimal.js": "^10.4.2",
"eslint": "^8.36.0",
"eslint-config-next": "13.1.6",
"ethers": "^5.6.5",
"i18next": "^22.4.13",
"myetherwallet-blockies": "^0.1.1",
"next": "13.1.6",
"next-i18next": "13.2.2",
"next-runtime-dotenv": "^1.5.1",
"numeral": "^2.0.6",
"react": "18.2.0",
"react-bootstrap": "^2.7.2",
"react-clipboard.js": "^2.0.16",
"react-dom": "18.2.0",
"react-i18next": "12.2.0",
"react-spring": "^9.7.1",
"sharp": "^0.31.3",
"typescript": "4.9.5",
"urql": "^4.0.0",
"wagmi": "^0.12.12",
"web3": "^1.8.1",
"web3modal": "^1.9.10"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.4.2",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"commitlint": "^17.4.2",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-airbnb-typescript-prettier": "^5.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.1.1",
"prettier": "^2.8.3",
"sass": "^1.58.0"
}
}