-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.01 KB
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
{
"name": "qtapp",
"version": "2.0.0",
"description": "Your Personal QT App and Journaling App",
"author": "RogerY",
"private": true,
"type": "module",
"engines": {
"node": ">=24"
},
"overrides": {
"esbuild": "^0.28.1",
"uuid": "^11.1.1",
"brace-expansion": "^5.0.8"
},
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"start": "node .output/server/index.mjs",
"generate": "nuxt generate",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@pinia/nuxt": "^1.0.1",
"@vue/devtools-api": "^8.1.5",
"firebase": "^12.16.0",
"firebase-admin": "^14.2.0",
"mongoose": "^8.9.0",
"mongoose-field-encryption": "^3.0.6",
"nuxt": "^4.5.0",
"nuxt-gtag": "^4.1.0",
"pinia": "^4.0.2",
"vue": "^3.5.0",
"vue-router": "^5.2.0",
"vuetify": "^3.7.0",
"vuetify-nuxt-module": "^0.19.5"
},
"devDependencies": {
"@mdi/font": "^7.4.0",
"typescript": "^5.7.0",
"vue-tsc": "^3.3.8"
}
}