-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
55 lines (55 loc) · 1.41 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
{
"name": "nft-farming",
"private": true,
"scripts": {
"dev": "next dev -p 5555",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@ref-finance/ref-sdk": "^1.1.5",
"@near-wallet-selector/core": "^7.2.0",
"@near-wallet-selector/meteor-wallet": "^7.2.0",
"@near-wallet-selector/modal-ui": "^7.2.0",
"@near-wallet-selector/my-near-wallet": "^7.2.0",
"@near-wallet-selector/near-wallet": "^7.2.0",
"@near-wallet-selector/sender": "^7.2.0",
"axios": "^0.24.0",
"bn.js": "^5.2.0",
"borsh": "^0.7.0",
"cachios": "^3.1.1",
"cids": "^1.1.9",
"clsx": "^1.2.1",
"crypto": "^1.0.1",
"dayjs": "^1.11.6",
"jsbi": "^4.0.0",
"magic-bytes.js": "^1.0.6",
"near-api-js": "^0.44.2",
"next": "12.0.2",
"rc-slider": "^10.0.1",
"react": "17.0.2",
"react-content-loader": "^6.0.3",
"react-dom": "17.0.2",
"react-infinite-scroll-component": "^6.1.0",
"react-tooltip": "^4.2.21",
"zustand": "^3.7.1"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/gtag.js": "^0.0.11",
"@types/node": "16.11.6",
"@types/react": "17.0.34",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.26.0",
"eslint-config-next": "12.0.2",
"postcss": "^8.3.11",
"tailwindcss": "^2.2.19",
"typescript": "^4.5.4"
},
"browser": {
"crypto": false
}
}