-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 896 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 896 Bytes
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
{
"name": "qtapp",
"version": "2.0.0",
"description": "Your Personal QT App and Journaling App",
"author": "RogerY",
"private": true,
"type": "module",
"engines": {
"node": ">=24"
},
"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": "^0.11.0",
"firebase": "^11.0.0",
"firebase-admin": "^13.0.0",
"mongoose": "^8.9.0",
"mongoose-field-encryption": "^3.0.6",
"nuxt": "^4.0.0",
"nuxt-gtag": "^3.0.0",
"pinia": "^3.0.0",
"vue": "^3.5.0",
"vue-router": "^4.5.0",
"vuetify": "^3.7.0",
"vuetify-nuxt-module": "^0.18.0"
},
"devDependencies": {
"@mdi/font": "^7.4.0",
"typescript": "^5.7.0",
"vue-tsc": "^2.2.0"
}
}