-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.07 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
{
"name": "velora-prop-validator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@apollo/client": "^4.0.5",
"@tanstack/react-query": "^5.89.0",
"axios": "^1.12.2",
"clsx": "^2.1.1",
"cross-fetch": "^4.1.0",
"ethers": "^6.15.0",
"graphql": "^16.8.1",
"merkletreejs": "^0.6.0",
"next": "15.5.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hot-toast": "^2.6.0",
"recharts": "^3.2.1",
"tailwind-merge": "^3.3.1",
"zod": "^4.1.9"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@playwright/test": "^1.55.0",
"@tailwindcss/postcss": "^4",
"@testing-library/react": "^16.3.0",
"@types/jest": "^30.0.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.3",
"jest": "^30.1.3",
"prettier": "^3.6.2",
"tailwindcss": "^4",
"typescript": "5.9.2"
}
}