-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 KB
/
package.json
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": "nuxt-app",
"private": true,
"type": "commonjs",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@pinia/nuxt": "^0.5.1",
"@radix-icons/vue": "^1.0.0",
"@tanstack/vue-table": "^8.19.2",
"@vueuse/core": "^10.11.0",
"bip32": "^4.0.0",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^6.1.6",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"ecpair": "^2.1.0",
"electrum-cash": "^3.2.0",
"electrum-client": "^0.0.6",
"highlayer-sdk": "^0.2.7",
"jayson": "^4.1.1",
"json-rpc-2.0": "^1.7.0",
"nuxt": "^3.12.3",
"pinia": "^2.1.7",
"radix-vue": "^1.9.0",
"shadcn-nuxt": "^0.10.4",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"tiny-secp256k1": "^2.2.3",
"vite-plugin-commonjs": "^0.10.1",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0",
"vue": "latest"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.12.0"
},
"overrides": {
"vue": "latest"
}
}