-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1015 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
37
38
{
"name": "pharmacy",
"version": "1.0.0",
"description": "My legendary Nuxt.js project",
"author": "ariel",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate"
},
"dependencies": {
"@mdi/js": "^4.7.95",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/google-tag-manager": "^2.3.1",
"@nuxtjs/pwa": "^3.0.0-0",
"@nuxtjs/vuetify": "^1.0.0",
"axios": "^0.19.0",
"bcrypt": "^3.0.7",
"body-parser": "^1.19.0",
"consola": "^2.11.0",
"cookie": "^0.4.0",
"cross-env": "^5.2.0",
"express": "^4.17.1",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"mongoose": "^5.10.4",
"now-builder": "^1.0.7",
"nuxt": "^2.14.5"
},
"devDependencies": {
"nodemon": "^2.0.1"
}
}