-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
144 lines (144 loc) · 4.58 KB
/
package.json
File metadata and controls
144 lines (144 loc) · 4.58 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
144
{
"name": "shockwallet",
"private": true,
"version": "0.0.20",
"scripts": {
"start": "vite",
"buildionic": "rm -rf dist && ionic build --prod",
"build:web": "rm -rf dist && ionic build --prod",
"build:android": "rm -rf dist && CAPACITOR_PLATFORM=android ionic build --prod",
"build:ios": "rm -rf dist && CAPACITOR_PLATFORM=ios ionic build --prod",
"start:22k": "vite --port 22000",
"dev": "vite",
"preview": "vite preview",
"test.e2e": "cypress run",
"test.unit": "vitest run -- --reporter verbose",
"lint": "eslint . --ext .ts",
"cypress:open": "cypress open",
"android:sync": "npm run build:android && npx cap sync android",
"android:release:apk": "npm run android:sync && cd android && ./gradlew assembleRelease",
"android:release:apk:bundle": "npm run android:sync && cd android && ./gradlew clean assembleRelease bundleRelease -PVERSION_CODE=$VERSION_CODE -PVERSION=$VERSION",
"android:run": "npm run android:sync && npx cap run android"
},
"dependencies": {
"@capacitor/android": "^7.0.0",
"@capacitor/app": "^7.0.0",
"@capacitor/barcode-scanner": "^2.0.3",
"@capacitor/browser": "^7.0.0",
"@capacitor/camera": "^7.0.0",
"@capacitor/clipboard": "^7.0.0",
"@capacitor/core": "^7.0.0",
"@capacitor/device": "^7.0.0",
"@capacitor/filesystem": "^7.0.0",
"@capacitor/haptics": "^7.0.0",
"@capacitor/ios": "^7.0.0",
"@capacitor/keyboard": "^7.0.0",
"@capacitor/local-notifications": "^7.0.0",
"@capacitor/preferences": "^7.0.0",
"@capacitor/push-notifications": "^7.0.2",
"@capacitor/share": "^7.0.3",
"@capacitor/splash-screen": "^7.0.0",
"@capacitor/status-bar": "^7.0.0",
"@capawesome/capacitor-android-edge-to-edge-support": "^7.2.3",
"@gandlaf21/bolt11-decode": "^3.0.6",
"@ionic-native/camera": "^5.36.0",
"@ionic/pwa-elements": "^3.2.2",
"@ionic/react": "^8.4.0",
"@ionic/react-router": "^8.4.0",
"@ionic/storage": "^4.0.0",
"@noble/curves": "^1.5.0",
"@noble/hashes": "^1.5.0",
"@noble/secp256k1": "^2.0.0",
"@reduxjs/toolkit": "^2.10.1",
"@scure/base": "^1.1.3",
"@shocknet/clink-sdk": "^1.4.0",
"@stablelib/xchacha20": "^1.0.1",
"antd": "^5.11.1",
"axios": "^1.5.0",
"bech32": "^2.0.0",
"bitcoin-address-validation": "^2.2.3",
"buffer": "^6.0.3",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"deep-diff": "^1.0.2",
"dotenv": "^16.4.5",
"fast-deep-equal": "^3.1.3",
"file-saver": "^2.0.5",
"firebase": "^12.0.0",
"framer-motion": "^10.17.9",
"html5-qrcode": "^2.3.8",
"i": "^0.3.7",
"idb": "^8.0.3",
"ionicons": "^7.4.0",
"moment": "^2.29.4",
"nostr-tools": "^2.19.4",
"npm": "^10.3.0",
"psl": "^1.15.0",
"qrcode.react": "^4.2.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-device-detect": "^2.2.3",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-touch-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-redux": "^9.2.0",
"react-toastify": "^10.0.4",
"react-virtuoso": "^4.13.0",
"redux-persist": "^6.0.0",
"sortablejs": "^1.15.1",
"styled-components": "^6.1.18",
"swiper": "^11.2.2",
"uri-template": "^2.0.0",
"uuid": "^10.0.0",
"zod": "^4.1.5"
},
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^7.0.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.4.3",
"@types/crypto-js": "^4.1.3",
"@types/deep-diff": "^1.0.5",
"@types/file-saver": "^2.0.6",
"@types/jest": "^29.5.12",
"@types/node": "^22.10.5",
"@types/react": "^18.0.27",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.10",
"@types/react-router-dom": "^5.3.3",
"@types/secp256k1": "^4.0.3",
"@types/sortablejs": "^1.15.2",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@vitejs/plugin-legacy": "^6.1.1",
"@vitejs/plugin-react": "^4.0.1",
"autoprefixer": "^10.4.21",
"cypress": "^13.14.0",
"eslint": "^8.56.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.2",
"jsdom": "^22.1.0",
"postcss": "^8.5.6",
"rollup-plugin-visualizer": "^6.0.3",
"sass": "^1.67.0",
"tailwindcss": "^3.4.18",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-pwa": "^1.0.0",
"vitest": "^3.2.4",
"workbox-core": "^7.3.0",
"yargs": "^18.0.0"
},
"optionalDependencies": {
"@rollup/rollup-darwin-arm64": "4.41.0"
},
"description": "Nostr native lightning wallet"
}