generated from mehotkhan/totoro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·62 lines (62 loc) · 1.79 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
54
55
56
57
58
59
60
61
62
{
"name": "inbox",
"private": false,
"description": "my Personal Inbox Page",
"type": "module",
"scripts": {
"build": "NODE_OPTIONS=--max_old_space_size=8000 nuxt build",
"clean": "rm -rf .nuxt dist .output",
"dev": "VITE_CJS_IGNORE_WARNING=1 nuxt dev",
"generate": "nuxt generate",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "nuxt preview"
},
"dependencies": {
"@noble/curves": "^1.6.0",
"@noble/hashes": "^1.5.0",
"@nuxtjs/seo": "2.0.0-rc.21",
"@tiptap/extension-bubble-menu": "^2.7.2",
"@tiptap/extension-placeholder": "^2.7.2",
"@vueuse/components": "^11.1.0",
"@vueuse/core": "^11.1.0",
"@vueuse/rxjs": "^11.1.0",
"@worker-tools/structured-json": "0.1.0-pre.4",
"better-sqlite3": "^11.3.0",
"dexie": "^4.0.8",
"drizzle-orm": "^0.33.0",
"fido2-lib": "^3.5.3",
"h3-zod": "^0.5.3",
"js-base64": "^3.7.7",
"luxon": "^3.5.0",
"nostr-tools": "^2.7.2",
"nuxt": "^3.13.2",
"nuxt-tiptap-editor": "^2.0.0",
"sass": "^1.79.3",
"tiptap-markdown": "^0.8.10",
"web-uuid": "0.1.0-pre.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240919.0",
"@iconify-json/uil": "^1.2.0",
"@nuxt/content": "^2.13.2",
"@nuxt/eslint": "^0.5.7",
"@nuxt/image": "npm:@nuxt/image-nightly@latest",
"@nuxt/ui": "2.18.5",
"@nuxtjs/i18n": "^8.5.4",
"@types/better-sqlite3": "^7.6.11",
"@types/luxon": "^3.4.2",
"@types/node": "^22.5.5",
"drizzle-kit": "^0.24.2",
"ejs": "^3.1.10",
"eslint": "^9.11.0",
"nitro-cloudflare-dev": "^0.1.6",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"vite-plugin-compression": "^0.5.1",
"vue-router": "^4.4.5",
"wrangler": "^3.78.7"
}
}