-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 916 Bytes
/
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
{
"name": "nextjs-penumbra-client-example",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@connectrpc/connect": "^1.4.0",
"@penumbra-zone/bech32m": "^7.0.0",
"@penumbra-zone/client": "^18.1.0",
"@penumbra-zone/getters": "^17.0.0",
"@penumbra-zone/protobuf": "^6.0.0",
"@penumbra-zone/transport-dom": "^7.5.0",
"@penumbra-zone/types": "^23.0.0",
"@penumbra-zone/ui": "^9.1.1",
"next": "14.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "^5.6.2"
}
}