-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.67 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
{
"name": "lumen-wallet-extension",
"private": true,
"version": "1.0.6",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build && node scripts/copy-manifest.js",
"build:zip": "npm run build && node scripts/create-zip.js",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@cosmjs/amino": "^0.38.1",
"@cosmjs/encoding": "^0.38.1",
"@cosmjs/proto-signing": "^0.38.1",
"@cosmjs/stargate": "^0.38.1",
"@lumen-chain/sdk": "^1.6.0",
"@tailwindcss/postcss": "^4.1.18",
"@types/chrome": "^0.1.32",
"cosmjs-types": "^0.11.0",
"crypto-js": "^4.2.0",
"lucide-react": "^0.562.0",
"path-browserify": "^1.0.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-qr-code": "^2.0.18",
"react-router-dom": "^7.11.0",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/crypto-js": "^4.2.2",
"@types/node": "^24.10.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@types/webextension-polyfill": "^0.12.4",
"@vitejs/plugin-react": "^5.1.1",
"archiver": "^7.0.1",
"autoprefixer": "^10.4.23",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"postcss": "^8.5.6",
"stream-browserify": "^3.0.0",
"tailwindcss": "^4.1.18",
"typescript": "~5.9.3",
"typescript-eslint": "^8.46.4",
"util": "^0.12.5",
"vite": "^7.2.4",
"vite-plugin-node-polyfills": "^0.24.0",
"vite-plugin-static-copy": "^3.1.4",
"vite-plugin-top-level-await": "^1.6.0",
"vite-plugin-wasm": "^3.5.0"
}
}