-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
53 lines (53 loc) · 1.73 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
49
50
51
52
53
{
"name": "mostro-web",
"private": true,
"version": "0.1.0",
"description": "Mostro web client",
"type": "module",
"scripts": {
"prebuild": "echo \"export const GIT_COMMIT = '$(git rev-parse HEAD)'\" > ./constants/version.js",
"pregenerate": "echo \"export const GIT_COMMIT = '$(git rev-parse HEAD)'\" > ./constants/version.js",
"type-check": "tsc --noEmit",
"build": "nuxt build",
"dev": "npm run type-check && nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare && npm run prebuild",
"test": "NODE_ENV=test vitest",
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/test-utils": "^3.14.0",
"@nuxtjs/i18n": "^8.3.3",
"@types/bip21": "^2.0.3",
"@types/node": "^22.0.2",
"@vue/test-utils": "^2.4.6",
"auto-changelog": "^2.4.0",
"jsdom": "^24.1.1",
"nuxt": "^3.12.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@nostr-dev-kit/ndk": "^2.10.0",
"@nostr-dev-kit/ndk-cache-dexie": "^2.5.2",
"@pinia/nuxt": "^0.5.2",
"@vueuse/core": "^10.11.0",
"@vueuse/nuxt": "^10.11.0",
"bip21": "^3.0.0",
"buffer": "^6.0.3",
"crypto-js": "^4.2.0",
"light-bolt11-decoder": "github:bilthon/light-bolt11-decoder",
"nostr-tools": "^2.7.2",
"pinia": "^2.2.0",
"qrcode.vue": "^3.4.1",
"sass": "^1.77.8",
"timeago.js": "^4.0.2",
"vue": "^3.4.35",
"vuetify": "^3.6.14"
},
"packageManager": "[email protected]+sha512.af78262d7d125afbfeed740602ace8c5e4405cd7f4735c08feb327286b2fdb2390fbca01589bfd1f50b1240548b74806767f5a063c94b67e431aabd0d86f7774"
}