-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.79 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "kokebokami",
"version": "1.0.0",
"description": "Build your personal cookbook online with Kokebokami. Manage and share your recipes, create and organize shopping lists.",
"author": "Jenny Bonsak",
"private": true,
"engines": {
"node": ">=16.15.1 <17",
"npm": "~8.11.0"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"heroku-postbuild": "npm run build"
},
"dependencies": {
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@nuxtjs/axios": "^5.10.3",
"@nuxtjs/firebase": "^8.2.2",
"@nuxtjs/google-gtag": "^1.0.4",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"@sendgrid/mail": "^7.7.0",
"axios": "^0.21.4",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"body-parser": "^1.20.0",
"compressorjs": "^1.1.1",
"core-js": "^2.6.11",
"express": "^4.18.1",
"fibers": "^4.0.1",
"firebase": "^9.8.4",
"firebase-admin": "^11.0.0",
"font-awesome": "^4.7.0",
"googleapis": "^66.0.0",
"html-to-pdfmake": "^2.4.3",
"node-fetch": "^2.6.7",
"nuxt": "^2.15.8",
"nuxt-dropzone": "^1.0.4",
"nuxt-i18n": "^6.12.2",
"nuxt-svg-loader": "^1.2.0",
"pdfmake": "^0.1.65",
"redirect-ssl": "^2.0.0",
"uuid": "^8.1.0",
"vue-click-outside": "^1.0.7",
"vue-social-sharing": "^3.0.9",
"vuex": "^3.1.2",
"ws": "^7.5.8"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@nuxtjs/fontawesome": "^1.1.2",
"@nuxtjs/google-analytics": "^2.2.1",
"babel-preset-env": "^1.7.0",
"sass": "^1.53.0",
"sass-loader": "^10.2.1"
}
}