-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.15 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.15 KB
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": "meta-yield-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/pro-theme": "^0.0.41",
"@chakra-ui/react": "^1.8.6",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@fontsource/inter": "^4.5.5",
"@near-wallet-selector/coin98-wallet": "^7.2.1",
"@near-wallet-selector/core": "^7.0.3",
"@near-wallet-selector/here-wallet": "^7.4.0",
"@near-wallet-selector/ledger": "^7.0.3",
"@near-wallet-selector/math-wallet": "^7.0.3",
"@near-wallet-selector/meteor-wallet": "^7.2.0",
"@near-wallet-selector/modal-ui": "^7.0.3",
"@near-wallet-selector/my-near-wallet": "^7.0.3",
"@near-wallet-selector/narwallets": "^7.8.0",
"@near-wallet-selector/near-wallet": "^7.0.3",
"@near-wallet-selector/nightly": "^7.0.3",
"@near-wallet-selector/nightly-connect": "^7.0.3",
"@near-wallet-selector/wallet-connect": "^7.0.3",
"@near-wallet-selector/xdefi": "^7.8.0",
"@types/gtag.js": "^0.0.10",
"better-sqlite3": "^8.1.0",
"bn": "^1.0.5",
"cheerio": "^1.0.0-rc.10",
"dotenv": "^16.0.0",
"formik": "^2.2.9",
"framer-motion": "^6.2.8",
"html-react-parser": "^1.4.10",
"moment": "^2.29.4",
"near-api-js": "^0.44.2",
"next": "12.1.0",
"nextjs-color-mode": "^1.0.5",
"nprogress": "^0.2.0",
"phosphor-react": "^1.4.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-fast-marquee": "^1.3.5",
"react-query": "^3.34.16",
"rss-parser": "^3.12.0",
"rxjs": "^7.5.6",
"web-vitals": "^2.1.4",
"yup": "^0.32.11",
"zustand": "^3.7.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.2.1",
"@testing-library/user-event": "^12.0.2",
"@types/jest": "^25.0.0",
"@types/node": "17.0.21",
"@types/nprogress": "^0.2.0",
"@types/react": "17.0.40",
"@types/react-dom": "^17.0.13",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"prettier": "2.6.2",
"typescript": "4.6.2"
}
}