-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.37 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
{
"name": "algovou",
"version": "0.5.0",
"description": "Web3 wallet for Algorand + Voi with native x402 HTTP payment support",
"author": "MaidToShelly",
"repository": {
"type": "git",
"url": "https://github.com/chopmob-cloud/AlgoVoi"
},
"homepage": "https://chopmob-cloud.github.io/AlgoVoi/privacy-policy.html",
"private": true,
"type": "module",
"scripts": {
"dev": "vite build --watch",
"build": "vite build",
"type-check": "tsc --noEmit",
"preview": "web-ext run --source-dir dist",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@txnlab/haystack-router": "^2.0.5",
"@types/qrcode": "^1.5.6",
"@walletconnect/sign-client": "2.17.0",
"@walletconnect/web3wallet": "^1.16.1",
"algosdk": "^3.1.0",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/chrome": "^0.0.295",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^4.0.18",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"terser": "^5.46.1",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-plugin-node-polyfills": "^0.25.0",
"vite-plugin-web-extension": "^4.2.3",
"vitest": "^4.0.18"
}
}