-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 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
{
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "VITE_CJS_IGNORE_WARNING=true nuxt dev",
"lint": "biome check --write",
"lint:type": "nuxi typecheck",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@biomejs/biome": "1.9.0",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^2.1.1",
"@total-typescript/ts-reset": "^0.4.2",
"nuxt": "^3.13.0",
"prettier": "^2.8.4",
"vite-plugin-graphql-codegen": "^3.3.5",
"vite-plugin-watch": "^0.2.0"
},
"dependencies": {
"@bitauth/libauth": "2.0.0",
"@bitjson/qr-code": "^1.0.2",
"@floating-ui/vue": "^1.0.2",
"@nuxtjs/apollo": "5.0.0-alpha.10",
"@nuxtjs/i18n": "^8.0.0",
"@pinia/nuxt": "^0.4.7",
"@types/sortablejs": "^1.15.1",
"ajv": "^8.12.0",
"bignumber.js": "^9.1.1",
"bootstrap": "^5.3.3",
"electrum-cash": "^2.0.10",
"events": "^3.3.0",
"jdenticon": "^3.2.0",
"pinia": "^2.0.33",
"sass": "1.77.6",
"sortablejs": "^1.15.0",
"svgtofont": "^3.23.1",
"valibot": "^0.22.0",
"vue-router": "^4.1.6",
"vue3-popper": "^1.5.0"
},
"overrides": {
"vue": "3.5.0",
"consola": "^3.0.1"
}
}