-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.26 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
{
"name": "nuxt-mongodb-crud",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"seed": "node ./api/seed/seed.js"
},
"dependencies": {
"@nuxtjs/auth-next": "5.0.0-1624817847.21691f1",
"@nuxtjs/axios": "^5.12.5",
"@nuxtjs/bulma": "^1.3.0",
"@nuxtjs/i18n": "^7.0.2",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"core-js": "^3.8.3",
"email-templates": "^8.0.7",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"express-validator": "^6.12.1",
"helmet": "^4.6.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongoose": "^5.13.2",
"mongoose-paginate-v2": "^1.4.1",
"morgan": "^1.10.0",
"nodemailer": "^6.6.3",
"nuxt": "^2.14.12",
"nuxt-buefy": "^0.4.8",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"pluralize": "^8.0.0",
"shortid": "^2.2.16",
"uuid": "^8.3.2",
"winston": "^3.3.3",
"winston-mongodb": "^5.0.7",
"xss-clean": "^0.1.1"
},
"devDependencies": {
"node-sass": "4.14.1",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"sass-loader": "10.1.1"
}
}