-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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
{
"name": "Massago",
"version": "1.0.0",
"description": "Heilmassage Andrea Orlovits",
"author": "Andrea Orlovits",
"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": {
"@netsells/nuxt-hotjar": "^0.1.2",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/bulma": "^1.2.1",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/sitemap": "^2.0.1",
"body-parser": "^1.19.0",
"bulma-divider": "^0.2.0",
"bulma-timeline": "^3.0.4",
"cors": "^2.8.5",
"cross-env": "^5.2.0",
"express": "^4.16.4",
"find-config": "^1.0.0",
"font-awesome": "^4.7.0",
"moment": "^2.29.4",
"nedb": "^1.8.0",
"nodemailer": "^6.4.2",
"nuxt": "^2.0.0",
"nuxt-facebook-pixel-module": "^1.3.0",
"nuxt-google-maps-module": "^1.6.0",
"sass-loader": "10",
"vue-clickaway": "^2.2.2",
"vue-parallaxy": "^1.1.1",
"winston": "^3.2.1"
},
"devDependencies": {
"@aceforth/nuxt-optimized-images": "^1.3.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^8.0.0",
"imagemin-svgo": "^7.0.0",
"node-sass": "6.0.1",
"nodemon": "^1.18.9"
}
}