-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "nuxt-promo-template",
"version": "1.0.0",
"description": "My super Nuxt.js project",
"author": "",
"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": {
"@nuxtjs/axios": "^5.13.0",
"async": "^3.0.1",
"async-lock": "^1.2.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"bulma": "^0.7.5",
"connect-mongodb-session": "^2.2.0",
"cross-env": "^5.2.0",
"express": "^4.16.4",
"express-session": "^1.16.2",
"highlight.js": "^9.15.8",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"mongoose": "^5.6.0",
"nuxt": "^2.14.12",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"portal-vue": "^2.1.5",
"slugify": "^1.3.4",
"tiptap": "^1.23.0",
"tiptap-extensions": "^1.24.0",
"vue-toasted": "^1.1.27",
"vuejs-paginate": "^2.1.0",
"vuelidate": "^0.7.4"
},
"devDependencies": {
"node-sass": "^4.14.1",
"nodemon": "^1.18.9",
"sass-loader": "^7.1.0"
}
}