-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.36 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": "penumbra-guide",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "MIT",
"type": "module",
"dependencies": {
"@biomejs/biome": "^1.9.3",
"@connectrpc/connect": "^1.5.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@penumbra-labs/registry": "^12.0.0",
"@penumbra-zone/bech32m": "^8.0.0",
"@penumbra-zone/client": "^18.1.0",
"@penumbra-zone/getters": "^19.0.0",
"@penumbra-zone/protobuf": "^6.1.0",
"@penumbra-zone/transport-dom": "^7.5.0",
"@penumbra-zone/ui": "^10.0.2",
"@tanstack/react-query": "^5.59.0",
"es-toolkit": "^1.23.0",
"lucide-react": "^0.451.0",
"next": "^14.2.14",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.13",
"zustand": "5.0.0-rc.2"
},
"packageManager": "[email protected]+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf",
"devDependencies": {
"@types/node": "22.7.4",
"@types/react": "^18.3.11",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "5.6.2"
}
}