-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.92 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.92 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
{
"name": "notwallet",
"version": "1.0.0",
"private": false,
"type": "module",
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"gim": "./scripts/generate-icon-mobile.sh",
"preview": "vite preview",
"publish-android": "./scripts/publish-android.sh",
"publish-ios": "./scripts/publish-ios.sh \"$@\"",
"tsync": "tsync -i src-tauri/src/ _crates/wallet-kit/src/ _crates/wallet-constants/src/ _crates/wallet-core-model/src/ -o app/lib/crate/generated.ts"
},
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "7.1.1",
"@mui/material": "7.1.1",
"@radix-ui/react-tooltip": "^1.2.8",
"@rive-app/react-canvas": "^4.26.2",
"@smbcloud/tauri-plugin-android-tv-check-api": "1.1.4",
"@stripe/crypto": "^0.0.4",
"@stripe/stripe-js": "^7.9.0",
"@tauri-apps/api": "^2.9.1",
"@tauri-apps/plugin-barcode-scanner": "~2.4.3",
"@tauri-apps/plugin-clipboard-manager": "~2.3.2",
"@tauri-apps/plugin-haptics": "^2.3.2",
"@tauri-apps/plugin-log": "^2.8.0",
"@tauri-apps/plugin-opener": "^2.5.3",
"@tauri-apps/plugin-os": "~2.3.2",
"@tauri-apps/plugin-shell": "^2.3.4",
"@tauri-apps/plugin-store": "^2.4.2",
"bcryptjs": "^3.0.3",
"chart.js": "^4.5.1",
"crypto": "^1.0.1",
"qrcode.react": "^4.2.0",
"react": "^19.2.4",
"react-chartjs-2": "^5.3.1",
"react-confetti": "^6.4.0",
"react-dom": "^19.2.4",
"react-qr-code": "^2.0.18",
"react-router-dom": "^6.30.3"
},
"devDependencies": {
"@tauri-apps/cli": "^2.9.6",
"@types/node": "22.7.5",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.24",
"esbuild": "^0.25.12",
"eslint": "^9.39.2",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3",
"vite": "^7.3.1"
}
}