-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 5.09 KB
/
Copy pathpackage.json
File metadata and controls
119 lines (119 loc) · 5.09 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
{
"name": "payky",
"private": true,
"version": "0.0.1",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"cap": "cap",
"cap:build": "PAYKY_CAPACITOR_BUILD=1 vite build",
"cap:sync": "bun run cap:build && cap sync",
"cap:android:add": "cap add android",
"cap:android:sync": "bun run cap:build && cap sync android",
"cap:android:dev": "PAYKY_DISABLE_BASIC_SSL=1 bun run dev -- --host 0.0.0.0 --strictPort & PAYKY_VITE_PID=$!; trap 'kill $PAYKY_VITE_PID' EXIT; until curl -sSf http://127.0.0.1:5173 >/dev/null; do kill -0 $PAYKY_VITE_PID || exit 1; sleep 0.25; done; cap run android --live-reload --host 127.0.0.1 --port 5173 --forwardPorts 5173:5173; wait $PAYKY_VITE_PID",
"cap:android:build": "bun run cap:android:build:apk",
"cap:android:build:debug": "bun run cap:android:sync && cd android && ./gradlew assembleDebug",
"cap:android:build:apk": ": ${PAYKY_ANDROID_KEYSTORE_PASSWORD:?Set PAYKY_ANDROID_KEYSTORE_PASSWORD} && : ${PAYKY_ANDROID_KEY_ALIAS:?Set PAYKY_ANDROID_KEY_ALIAS} && : ${PAYKY_ANDROID_KEY_PASSWORD:?Set PAYKY_ANDROID_KEY_PASSWORD} && bun run cap:android:sync && cap build android --androidreleasetype APK --signing-type apksigner --keystorepath ../payky-release.keystore --keystorepass \"$PAYKY_ANDROID_KEYSTORE_PASSWORD\" --keystorealias \"$PAYKY_ANDROID_KEY_ALIAS\" --keystorealiaspass \"$PAYKY_ANDROID_KEY_PASSWORD\"",
"cap:android:build:aab": ": ${PAYKY_ANDROID_KEYSTORE_PASSWORD:?Set PAYKY_ANDROID_KEYSTORE_PASSWORD} && : ${PAYKY_ANDROID_KEY_ALIAS:?Set PAYKY_ANDROID_KEY_ALIAS} && : ${PAYKY_ANDROID_KEY_PASSWORD:?Set PAYKY_ANDROID_KEY_PASSWORD} && bun run cap:android:sync && cap build android --androidreleasetype AAB --keystorepath ../payky-release.keystore --keystorepass \"$PAYKY_ANDROID_KEYSTORE_PASSWORD\" --keystorealias \"$PAYKY_ANDROID_KEY_ALIAS\" --keystorealiaspass \"$PAYKY_ANDROID_KEY_PASSWORD\"",
"cap:ios:add": "cap add ios --packagemanager SPM",
"cap:ios:sync": "bun run cap:build && cap sync ios",
"cap:ios:open": "cap open ios",
"cap:ios:run": "bun run cap:ios:sync && cap run ios",
"check:lint": "biome check .",
"check:ts": "tsc -b",
"check:tests": "vitest run",
"check:coverage": "vitest run --coverage",
"check": "bun run check:lint && bun run check:ts && bun run check:tests",
"docs:screenshots": "bun run bin/generate-doc-screenshots.ts",
"docs:screenshots:install-browser": "bunx playwright install chromium",
"format": "biome check --write .",
"test:watch": "vitest",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:preview": "PAYKY_E2E_BUILD=1 vite build && PAYKY_E2E_SERVER=preview playwright test",
"preview": "vite preview"
},
"dependencies": {
"@base-ui/react": "1.7.0",
"@buildonspark/spark-sdk": "0.9.0",
"@capacitor/android": "8.5.0",
"@capacitor/app": "8.1.1",
"@capacitor/core": "8.5.0",
"@capacitor/filesystem": "8.1.2",
"@capacitor/haptics": "8.0.2",
"@capacitor/ios": "8.4.1",
"@dedalik/use-react": "1.1.2",
"@evolu/common": "8.0.0-next.5",
"@evolu/nodejs": "3.0.0-next.3",
"@evolu/react": "11.0.0-next.0",
"@evolu/react-web": "3.0.0-next.0",
"@evolu/sqlite-wasm": "2.2.4",
"@evolu/web": "3.0.0-next.1",
"@faker-js/faker": "10.5.0",
"@fontsource-variable/geist": "5.3.0",
"@noble/hashes": "2.0.1",
"@scure/bip32": "1.7.0",
"@scure/bip39": "2.3.0",
"@scure/btc-signer": "2.3.0",
"@sentry/react": "10.69.0",
"@sentry/vite-plugin": "5.4.0",
"@t3-oss/env-core": "0.13.11",
"@tailwindcss/vite": "4.3.3",
"@tanstack/react-form": "1.33.4",
"@tanstack/react-query": "5.101.4",
"@tanstack/react-router": "1.170.24",
"@yudiel/react-qr-scanner": "2.6.0",
"assert-never": "1.4.0",
"better-sqlite3": "13.0.3",
"bysquare": "4.0.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"commander": "15.0.0",
"core-js": "3.50.0",
"date-fns": "4.4.0",
"jotai": "2.20.2",
"lucide-react": "1.31.0",
"motion": "13.0.0",
"navigator.locks": "0.9.1",
"qrcode.react": "4.2.0",
"react": "19.2.8",
"react-dom": "19.2.8",
"shadcn": "4.16.2",
"slip39-ts": "0.1.13",
"sonner": "2.0.8",
"tailwind-merge": "3.6.0",
"tailwindcss": "4.3.3",
"tw-animate-css": "1.4.0",
"type-fest": "5.8.0",
"ua-parser-js": "2.0.10",
"web-locks": "0.0.9",
"zod": "4.4.3",
"zod-commander": "0.2.0"
},
"devDependencies": {
"@biomejs/biome": "2.5.7",
"@capacitor/cli": "8.5.0",
"@playwright/test": "1.62.1",
"@standard-schema/spec": "1.1.0",
"@tanstack/router-plugin": "1.168.28",
"@types/better-sqlite3": "9.6.0",
"@types/node": "26.2.0",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.4",
"@vitejs/plugin-basic-ssl": "2.3.0",
"@vitejs/plugin-react": "6.0.5",
"@vitest/coverage-v8": "4.1.10",
"sharp": "0.35.3",
"swc-node": "1.0.0",
"typescript": "6.0.3",
"vite": "8.2.1",
"vite-plugin-pwa": "1.3.0",
"vitest": "4.1.10"
},
"trustedDependencies": [
"@sentry/cli",
"better-sqlite3"
]
}