-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.73 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.73 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
{
"name": "extension_app",
"private": true,
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@erebos/secp256k1": "^0.10.0",
"@noble/hashes": "^1.6.1",
"@types/crypto-js": "^4.2.2",
"@vitejs/plugin-react-refresh": "^1.3.6",
"axios": "^1.7.9",
"bip39": "^3.1.0",
"crypto-js": "^4.2.0",
"dha-encryption": "^3.3.1",
"elliptic": "^6.6.1",
"ethers": "^6.13.4",
"qrcode.react": "^4.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-jazzicon": "^1.0.4",
"react-router-dom": "^6.28.0",
"ripemd160": "^2.0.2",
"secp256k1": "^5.0.1",
"vite-plugin-static-copy": "^2.1.0",
"webextension-polyfill": "^0.12.0",
"warthog-ts": "github:warthog-network/warthog-ts#dev"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/elliptic": "^6.4.18",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/ripemd160": "^2.0.3",
"@types/secp256k1": "^4.0.6",
"@types/webextension-polyfill": "^0.12.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"node-fetch": "^3.3.2",
"nyc": "^17.1.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"proxyquire": "^2.1.3",
"tailwindcss": "^3.4.15",
"tape": "^5.9.0",
"tslint": "^6.1.3",
"typescript": "~5.6.2",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10",
"vite-plugin-node-polyfills": "^0.22.0"
}
}