-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.7 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
63
64
65
{
"name": "bfrog",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=8.0.0 <11.0.0",
"npm": "^6.14.9"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@nuxt/http": "^0.6.0",
"@nuxtjs/axios": "^5.13.0",
"@nuxtjs/feed": "^2.0.0",
"@nuxtjs/firebase": "^7.1.2",
"@nuxtjs/robots": "^2.4.2",
"@nuxtjs/vuetify": "^1.12.1",
"add": "^2.0.6",
"bootstrap": "^4.5.2",
"bootstrap-vue": "^2.17.3",
"core-js": "^3.6.5",
"firebase": "^8.2.0",
"firebase-admin": "^9.5.0",
"firebase-functions": "^3.13.1",
"google-spreadsheet": "^3.1.15",
"install": "^0.13.0",
"npm": "^6.14.9",
"nuxt": "^2.14.12",
"nuxt-stripe": "0.0.3",
"nuxtjs-mdi-font": "^1.0.2",
"v-tippy": "^2.0.0",
"vue-country-flag": "^2.0.3",
"vue-gtag": "^1.11.0",
"vue-material": "^1.0.0-beta-15",
"vue-resource": "^1.5.1",
"vue-router-back-button": "^1.3.0",
"vue-sidebar-menu": "^4.7.4",
"vue-stripe": "^0.1.52",
"vue-tippy": "^4.7.2",
"vue2-touch-events": "^3.2.0",
"vuedraggable": "^2.24.3",
"vuefire": "^2.2.5"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1"
},
"main": "nuxt.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/KevinNafziger/dealfunnel.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/KevinNafziger/dealfunnel/issues"
},
"homepage": "https://github.com/KevinNafziger/dealfunnel#readme",
"description": ""
}