-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.74 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
{
"name": "@1shotapi/embedded-wallet",
"version": "0.0.0",
"private": true,
"description": "1Shot Wallet — OWS Branding Layer (React + Vite + Tailwind)",
"type": "module",
"workspaces": [
"host"
],
"scripts": {
"dev": "node scripts/dev.mjs",
"dev:local": "node scripts/dev.mjs --no-tunnel",
"dev:host": "npm run dev -w @1shotapi/oneshot-wallet-host",
"build": "tsc -p tsconfig.json --noEmit && vite build && node scripts/copy-signer.mjs",
"build:host": "npm run build -w @1shotapi/oneshot-wallet-host",
"clean": "node scripts/clean.mjs && npm run clean -w @1shotapi/oneshot-wallet-host",
"lint": "tsc -p tsconfig.json --noEmit",
"preview": "vite preview",
"dockerize": "docker build -t oneshot-wallet ."
},
"dependencies": {
"@1shotapi/ows-oid4": "^0.1.0",
"@1shotapi/ows-signer": "^0.2.1",
"@1shotapi/ows-signer-utils": "^0.1.1",
"@1shotapi/ows-types": "^0.1.1",
"@1shotapi/ows-wallet-utils": "^0.1.0",
"@fontsource-variable/geist": "^5.2.9",
"@simplewebauthn/browser": "^13.3.0",
"@tanstack/react-table": "^8.21.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.525.0",
"radix-ui": "^1.6.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"shadcn": "^4.13.0",
"tailwind-merge": "^3.3.1",
"viem": "^2.55.2",
"zod": "^4.4.3",
"zustand": "^5.0.14"
},
"devDependencies": {
"@ngrok/ngrok": "^1.7.0",
"@tailwindcss/vite": "^4.1.11",
"@types/node": "^22.15.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"dotenv": "^16.4.7",
"tailwindcss": "^4.1.11",
"tw-animate-css": "^1.3.5",
"typescript": "~5.8.0",
"vite": "^7.0.4"
}
}