-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.22 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
48
{
"name": "loomon",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test"
},
"dependencies": {
"@fontsource/dm-sans": "^5.3.0",
"@rainbow-me/rainbowkit": "^2.2.11",
"@supabase/ssr": "^0.12.3",
"@supabase/supabase-js": "^2.110.7",
"@tanstack/react-query": "^5.101.2",
"@x402/core": "^2.19.0",
"@x402/evm": "^2.19.0",
"@x402/svm": "^2.19.0",
"gsap": "^3.15.0",
"lucide-react": "^1.25.0",
"next": "^16.2.10",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"viem": "^2.55.2",
"wagmi": "^2.19.5",
"zod": "^4.4.3"
},
"devDependencies": {
"@playwright/test": "^1.61.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"eslint": "^9.39.5",
"eslint-config-next": "^16.2.10",
"jsdom": "^29.1.1",
"supabase": "^2.109.1",
"typescript": "^5.9.3",
"vitest": "^4.1.10"
}
}