-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.06 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.06 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
{
"name": "cross-app-connect",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"clean": "rm -rf .next dist .turbo",
"dev": "next dev --turbopack",
"generate-app-hub": "node scripts/fetch-app-hub.mjs",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@privy-io/cross-app-provider": "^0.3.4",
"@privy-io/react-auth": "2.25.0",
"@vechain/contract-getters": "^1.3.0",
"@vechain/picasso": "^2.1.1",
"@vechain/sdk-core": "2.0.7",
"@vechain/sdk-network": "2.0.7",
"i18next": "^23.16.8",
"next": "~16.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^15.4.0",
"react-icons": "^5.4.0",
"viem": "^2.22.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.1.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^9.12.0",
"eslint-config-next": "14.1.4",
"typescript": "5.3.3"
}
}