-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.82 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
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "lightnode",
"version": "0.1.0",
"private": true,
"description": "LightNode - one-flow onboarding for LightChain AI workers. Connect a wallet, check your machine, get a tailored setup, and watch your rewards.",
"author": "KykyRykyPaloma",
"license": "MIT",
"homepage": "https://github.com/marinom2/lightnode",
"repository": {
"type": "git",
"url": "https://github.com/marinom2/lightnode.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test",
"prebuild": "npm --prefix sdk install --no-audit --no-fund && npm --prefix sdk run build",
"test:coverage": "vitest run --coverage",
"prepare": "husky || true"
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.1",
"@reown/appkit": "^1.8.20",
"@reown/appkit-adapter-wagmi": "^1.8.20",
"@stackblitz/sdk": "^1.11.0",
"@tanstack/react-query": "^5.62.0",
"@types/qrcode": "^1.5.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^11.15.0",
"lightnode-sdk": "file:./sdk",
"lucide-react": "^0.468.0",
"next": "^15.5.18",
"qrcode": "^1.5.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"streamdown": "^2.5.0",
"tailwind-merge": "^2.6.0",
"viem": "^2.50.4",
"wagmi": "^2.19.5"
},
"devDependencies": {
"@playwright/test": "^1.61.0",
"@tailwindcss/postcss": "^4.3.1",
"@types/node": "^25.9.3",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitest/coverage-v8": "^4.1.9",
"eslint": "^10.5.0",
"eslint-config-next": "^16.2.9",
"husky": "^9.1.7",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.2",
"vitest": "^4.1.8"
}
}