-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.32 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
{
"name": "stake",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{ts,tsx}\" && eslint . --ext .ts,.tsx --fix"
},
"dependencies": {
"@chakra-icons/cryptocurrency-icons": "^1.1.1",
"@chakra-ui/next-js": "^2",
"@chakra-ui/react": "^2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@layerzerolabs/lz-v2-utilities": "^3.0.15",
"@pushprotocol/restapi": "^1.7.29",
"@pushprotocol/uiweb": "^1.7.2",
"@rainbow-me/rainbowkit": "^2.2.0",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-table": "^8.20.5",
"dayjs": "^1.11.13",
"framer-motion": "^11.11.15",
"hamburger-react": "^2.5.1",
"next": "15.0.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"styled-components": "^6.1.13",
"swr": "^2.2.5",
"viem": "2.x",
"wagmi": "^2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"typescript": "^5"
}
}