-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
143 lines (143 loc) · 4.78 KB
/
package.json
File metadata and controls
143 lines (143 loc) · 4.78 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "voidpay",
"version": "1.1.3",
"description": "VoidPay - Privacy-first stateless crypto invoicing platform with URL-based state",
"main": "index.js",
"scripts": {
"dev": "next dev --turbopack",
"dev:webpack": "next dev",
"dev:debug": "NODE_OPTIONS='--inspect' next dev --turbopack",
"prebuild": "tsx --tsconfig scripts/tsconfig.prebuild.json scripts/generate-demo-hashes.ts",
"build": "next build --webpack",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"type-check": "tsc --noEmit -p tsconfig.test.json",
"type-check:build": "tsc --build tsconfig.build.json",
"type-check:watch": "tsc --noEmit --watch --preserveWatchOutput",
"typecheck": "tsc --noEmit -p tsconfig.test.json",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"validate": "pnpm type-check && pnpm lint && pnpm test run",
"check:block-drift": "pnpm dlx tsx scripts/measure-block-times.ts",
"prepare": "husky",
"video:studio": "remotion studio",
"video:render:v1-16x9": "remotion render VoidPayDemo-16x9-v1 public/video/voidpay-16x9-v1.mp4",
"video:render:v1-9x16": "remotion render VoidPayDemo-9x16-v1 public/video/voidpay-9x16-v1.mp4",
"video:render:v2-16x9": "remotion render VoidPayDemo-16x9-v2 public/video/voidpay-16x9-v2.mp4",
"video:render:v2-9x16": "remotion render VoidPayDemo-9x16-v2 public/video/voidpay-9x16-v2.mp4",
"video:poster": "remotion still Thumbnail-Scene5 public/video/poster-scene5.png --frame=260 --image-format=png",
"video:render:all": "pnpm video:render:v1-16x9 & pnpm video:render:v1-9x16 & pnpm video:render:v2-16x9 & pnpm video:render:v2-9x16 & wait && pnpm video:poster"
},
"keywords": [
"crypto",
"invoice",
"web3",
"stateless",
"privacy",
"nextjs",
"turbopack"
],
"author": "VoidPay Team",
"license": "MIT",
"packageManager": "pnpm@10.24.0",
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.4",
"@next/eslint-plugin-next": "^16.2.7",
"@remotion/cli": "^4.0.471",
"@remotion/fonts": "^4.0.471",
"@remotion/tailwind-v4": "^4.0.471",
"@remotion/transitions": "^4.0.466",
"@tailwindcss/postcss": "^4.3.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^25.9.1",
"@types/pdfmake": "^0.3.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.0.0",
"@types/uuid": "^11.0.0",
"@vitejs/plugin-react": "^5.2.0",
"@vitest/coverage-istanbul": "^4.1.2",
"eslint": "9.17.0",
"eslint-config-next": "^16.2.7",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"globals": "^17.6.0",
"happy-dom": "^20.9.0",
"husky": "^9.1.7",
"lint-staged": "^17.0.7",
"lucide-static": "^1.17.0",
"postcss": "^8.5.15",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.8.0",
"remotion": "^4.0.471",
"tailwindcss": "^4.3.0",
"tsx": "^4.22.4",
"typescript": "^5.0.0",
"typescript-eslint": "^8.60.1",
"vite": "^7.3.2",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.1.2"
},
"dependencies": {
"@hookform/resolvers": "^5.4.0",
"@noble/hashes": "^2.2.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@rainbow-me/rainbowkit": "^2.2.11",
"@tanstack/react-query": "^5.101.0",
"@upstash/ratelimit": "^2.0.8",
"@upstash/redis": "^1.38.0",
"@web3icons/react": "^4.1.17",
"blo": "^2.0.0",
"brotli-wasm": "^3.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.0.0",
"framer-motion": "^12.40.0",
"geist": "^1.7.2",
"next": "^16.2.7",
"next-sitemap": "^4.2.3",
"pdfmake": "^0.3.9",
"qrcode.react": "^4.2.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-hook-form": "^7.77.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"use-debounce": "^10.1.1",
"uuid": "^14.0.0",
"viem": "^2.52.0",
"wagmi": "^2.19.4",
"zod": "^4.4.3",
"zustand": "^5.0.14"
},
"browserslist": ["chrome 111", "safari 16.4", "firefox 128", "edge 111"],
"lint-staged": {
"*.{ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{js,jsx,mjs,cjs}": [
"eslint --fix",
"prettier --write"
],
"*.{json,md,mdx,yml,yaml}": [
"prettier --write"
],
"*.css": [
"prettier --write"
]
}
}