forked from penumbra-zone/dex-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.96 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
{
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@buf/penumbra-zone_penumbra.bufbuild_es": "^1.10.0-20240703080008-312294d02bf9.1",
"@bufbuild/protobuf": "^1.9.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.11.3",
"@emotion/styled": "^11.11.0",
"@grpc/proto-loader": "^0.7.10",
"@penumbra-labs/registry": "^11.0.0",
"@penumbra-zone/protobuf": "^5.5.0",
"@penumbra-zone/ui": "^1.0.1",
"@penumbra-zone/wasm": "^20.1.0",
"@radix-ui/react-icons": "^1.3.0",
"@types/lodash": "^4.17.4",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"babel-loader": "^9.1.3",
"bech32": "^2.0.0",
"bignumber.js": "^9.1.2",
"chart.js": "^4.4.2",
"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",
"echarts": "^5.5.0",
"echarts-for-react": "^3.0.2",
"framer-motion": "^11.0.5",
"grpc_tools_node_protoc_ts": "^5.3.3",
"grpc-tools": "^1.12.4",
"lodash": "^4.17.21",
"next": "^14.1.0",
"pg": "^8.11.3",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.3",
"webpack": "^5.91.0",
"zod": "^3.22.4"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@types/next": "^9.0.0",
"@types/pg": "^8.11.2",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3"
}
}