-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 751 Bytes
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
{
"name": "trackdefi",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"poc": "tsx poc/positions.ts",
"check-api": "tsx poc/check-api.ts",
"test": "vitest run",
"typecheck": "tsc --noEmit",
"retomar": "scripts\\retomar.cmd",
"salvar": "scripts\\salvar.cmd"
},
"dependencies": {
"@vercel/analytics": "^2.0.1",
"next": "^16.2.10",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"viem": "^2.55.0"
},
"devDependencies": {
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"tsx": "^4.23.0",
"typescript": "^5.9.3",
"vitest": "^4.1.10"
}
}