-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.37 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.37 KB
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": "onchain-buddy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsx watch src/index.ts",
"start": "tsx src/index.ts",
"start:render": "tsx src/index.ts",
"build": "tsc",
"build:render": "pnpm puppeteer browsers install && pnpm build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@logtail/node": "^0.5.0",
"@urql/core": "^5.0.6",
"@xata.io/client": "0.0.0-next.v403cdd55cb26b69c074dbc07b44daa0c2a0a77b6",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"exceljs": "^4.4.0",
"express": "^4.19.2",
"puppeteer": "^23.4.0",
"qrcode.react": "^4.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-feather": "^2.0.10",
"replicate": "^0.34.0",
"viem": "^2.21.10",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.14.2",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.2",
"tsx": "^4.15.4",
"typescript": "^5.4.5"
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}