-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.33 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
{
"name": "thala-run",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aptos-labs/ts-sdk": "1.18.1",
"@aptos-labs/wallet-adapter-core": "^4.8.2",
"@aptos-labs/wallet-adapter-react": "^3.4.2",
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@hookform/resolvers": "^2.9.11",
"@martianwallet/aptos-wallet-adapter": "^0.0.5",
"@msafe/aptos-wallet-adapter": "^1.1.3",
"@pontem/wallet-adapter-plugin": "^0.2.1",
"@types/lodash": "^4.17.6",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.9",
"@types/uuid": "^9.0.5",
"@vercel/analytics": "^0.1.8",
"@vercel/kv": "^0.2.3",
"eslint": "8.35.0",
"eslint-config-next": "13.5.6",
"framer-motion": "^10.16.4",
"lodash": "^4.17.21",
"next": "14.1.4",
"petra-plugin-wallet-adapter": "^0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.1",
"react-icons": "^4.11.0",
"react-json-view": "^1.21.3",
"swr": "^2.0.4",
"typescript": "4.9.4",
"uuid": "^9.0.1",
"zod": "^3.20.6"
},
"devDependencies": {
"@hookform/devtools": "^4.3.0"
}
}