-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "position-scanning",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{ts,tsx}\" & next lint --dir . --fix"
},
"dependencies": {
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@dynamic-labs/ethereum": "^3.0.3",
"@dynamic-labs/sdk-react-core": "^3.0.3",
"@dynamic-labs/solana": "^3.0.3",
"@dynamic-labs/wagmi-connector": "^3.0.3",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@layerzerolabs/lz-v2-utilities": "2.3.29",
"@tanstack/react-query": "^5.56.2",
"framer-motion": "^11.5.4",
"next": "14.2.11",
"pino-pretty": "^11.2.2",
"react": "^18",
"react-dom": "^18",
"viem": "^2.21.9",
"wagmi": "^2.12.12"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.11",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"typescript": "^5"
}
}