-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
36 lines (36 loc) · 870 Bytes
/
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
{
"name": "nostrglobal",
"private": true,
"version": "0.4.24",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"check": "vue-tsc",
"bump": "npm version patch -m 'Bump version %s'"
},
"dependencies": {
"@mdi/js": "^7.2.96",
"axios": "^1.4.0",
"bottleneck": "^2.19.5",
"html-dom-parser": "^4.0.0",
"mdi-vue": "^3.0.13",
"nostr-fetch": "^0.13.0",
"nostr-relaypool": "^0.6.28",
"nostr-tools": "^1.15.0",
"nostr-typedef": "^0.6.0",
"vue": "^3.3.4",
"vue-router": "^4.2.2",
"vue3-tabs-component": "^1.3.4",
"websocket-polyfill": "^0.0.3"
},
"devDependencies": {
"@types/node": "^20.3.1",
"@vitejs/plugin-vue": "^4.1.0",
"sass": "^1.62.0",
"typescript": "^5.0.0",
"vite": "^4.2.0",
"vue-tsc": "^1.2.0"
}
}