-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 986 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 986 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
{
"name": "qtapp",
"version": "1.0.4",
"description": "Your Personal QT App and Journaling App",
"author": "RogerY",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon -r dotenv/config server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/firebase": "^8.2.2",
"@nuxtjs/vuetify": "^1.11.2",
"body-parser": "^1.19.0",
"cross-env": "^5.2.0",
"dotenv": "^8.2.0",
"express": "^4.16.4",
"firebase": "^9.10.0",
"firebase-admin": "^11.0.1",
"js-cookie": "^2.2.1",
"log4js": "^6.4.0",
"mongoose": "^6.4.6",
"mongoose-field-encryption": "3.0.6",
"node-cache": "^5.1.2",
"nuxt": "^2.14.6",
"vue-gtag": "^1.16.1",
"sass": "~1.32.12",
"sass-loader": "10.1.1"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}