-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 993 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
35
36
37
38
39
40
{
"name": "pump.fun.client",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "biome check .",
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "5.45.1",
"antd": "^5.21.6",
"axios": "^1.7.7",
"decimal.js": "^10.4.3",
"grommet": "^2.41.0",
"lightweight-charts": "^4.2.1",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0",
"styled-components": "^5.3.11",
"viem": "2.21.37",
"vite-plugin-svgr": "^4.2.0",
"wagmi": "2.12.25"
},
"devDependencies": {
"@biomejs/biome": "^1.8.0",
"@svgr/rollup": "^8.1.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"@vitejs/plugin-react": "^4.2.1",
"@wagmi/cli": "2.1.16",
"buffer": "^6.0.3",
"typescript": "^5.4.5",
"vite": "^5.2.11"
}
}