-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
124 lines (124 loc) · 4.06 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "penumbra-dex-explorer",
"version": "0.0.2",
"private": true,
"license": "(MIT OR Apache-2.0)",
"type": "module",
"engines": {
"node": ">=22"
},
"packageManager": "[email protected]+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf",
"scripts": {
"add:tgz": "tsx scripts/add-tgz.ts",
"build": "next build",
"dev": "next dev",
"dev:local": "WEBPACK_WATCH=true next dev",
"start": "next start",
"format": "prettier --write .",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"lint:strict": "tsc --noEmit && pnpm lint --max-warnings 0",
"lint:prettier": "prettier --check .",
"test": "vitest run",
"generate-pindexer-schema": "tsx ./scripts/generate-pindexer-schema.ts"
},
"dependencies": {
"@bufbuild/protobuf": "^1.10.0",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/styled-system": "^2.9.2",
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect-web": "^1.4.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@formkit/auto-animate": "^0.8.2",
"@grpc/proto-loader": "^0.7.13",
"@penumbra-labs/registry": "^12.0.0",
"@penumbra-zone/bech32m": "^10.0.0",
"@penumbra-zone/client": "^21.0.0",
"@penumbra-zone/crypto-web": "^29.0.1",
"@penumbra-zone/getters": "^20.0.0",
"@penumbra-zone/perspective": "^39.0.0",
"@penumbra-zone/protobuf": "^6.3.0",
"@penumbra-zone/transport-dom": "^7.5.0",
"@penumbra-zone/types": "^26.2.1",
"@penumbra-zone/ui": "^13.3.1",
"@penumbra-zone/wasm": "^33.1.0",
"@radix-ui/react-icons": "^1.3.0",
"@rehooks/component-size": "^1.0.3",
"@styled-icons/octicons": "^10.47.0",
"@tanstack/react-query": "^5.59.0",
"@tsconfig/strictest": "^2.0.5",
"@tsconfig/vite-react": "^3.0.2",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"bech32": "^2.0.0",
"bignumber.js": "^9.1.2",
"chart.js": "^4.4.4",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-chart-financial": "^0.2.1",
"chartjs-plugin-annotation": "^3.0.1",
"chartjs-plugin-zoom": "^2.0.1",
"clsx": "^2.1.1",
"configs": "https://github.com/prax-wallet/configs.git#main",
"date-fns": "^3.6.0",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"framer-motion": "^11.3.31",
"grpc-tools": "^1.12.4",
"grpc_tools_node_protoc_ts": "^5.3.3",
"kysely": "^0.27.4",
"lightweight-charts": "^4.2.0",
"lodash": "^4.17.21",
"lucide-react": "^0.445.0",
"mobx": "^6.13.3",
"mobx-react-lite": "^4.0.7",
"next": "^14.2.7",
"pg": "^8.12.0",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-loader-spinner": "^6.1.6",
"react-outside-click-handler": "^1.3.0",
"react-use-size": "^3.0.3",
"sharp": "^0.33.5",
"webpack": "^5.94.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@chakra-ui/react-types": "^2.0.6",
"@eslint/js": "^9.10.0",
"@penumbra-zone/types": "^25.0.0",
"@svgr/webpack": "^8.1.0",
"@types/chrome": "^0.0.278",
"@types/date-fns": "^2.6.0",
"@types/lodash": "^4.17.7",
"@types/milliseconds": "^0.0.33",
"@types/node": "^22.5.4",
"@types/pg": "^8.11.8",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-outside-click-handler": "^1.3.3",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.1.3",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-plugin-react": "^7.35.2",
"globals": "^15.9.0",
"kysely-codegen": "^0.17.0",
"postcss": "^8.4.47",
"styled-components": "^6.1.13",
"tailwindcss": "^3.4.12",
"ts-loader": "^9.5.1",
"tsx": "^4.19.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0",
"vitest": "^2.1.3",
"webpack-watch-external-files-plugin": "^3.1.0"
}
}