-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.34 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
{
"name": "meta-staking-webapp-react",
"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.14",
"@rainbow-me/rainbowkit": "^0.8.1",
"@types/gtag.js": "^0.0.10",
"better-sqlite3": "^7.6.2",
"dotenv": "^16.0.0",
"ethers": "^5.7.2",
"framer-motion": "^6.2.8",
"html-react-parser": "^1.4.10",
"moment": "^2.29.4",
"next": "12.1.0",
"nextjs-color-mode": "^1.0.5",
"nprogress": "^0.2.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-query": "^3.34.16",
"rxjs": "^7.5.6",
"wagmi": "^0.9.6",
"web-vitals": "^2.1.4",
"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.11",
"@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.7.2"
}
}