-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.29 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
{
"name": "campus-bites-vue",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@sendgrid/mail": "^6.3.1",
"@sentry/browser": "^4.6.4",
"circular-json": "^0.5.9",
"es6-promise": "^4.2.5",
"firebase": "^5.11.1",
"firebaseui": "^3.6.0",
"lodash": "^4.17.19",
"moment": "^2.24.0",
"moment-opening-times": "^2.9.0",
"moment-timezone": "^0.5.25",
"vue": "^2.5.17",
"vue-affix": "^0.5.2",
"vue-google-charts": "^0.3.2",
"vue-router": "^3.0.1",
"vue-scrollto": "^2.13.0",
"vuefire": "^2.0.0-alpha.22",
"vuetify": "^1.5.14",
"vuex": "^3.0.1"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/vue-fontawesome": "^0.1.5",
"@vue/cli": "^3.5.0",
"@vue/cli-plugin-babel": "^3.2.0",
"@vue/cli-service": "^3.7.0",
"core-js": "^2.6.5",
"firebase-tools": "^6.2.2",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"terser-webpack-plugin": "^1.2.3",
"vue-cli-plugin-vuetify": "^0.4.6",
"vue-template-compiler": "^2.5.17",
"vuetify-loader": "^1.0.5"
}
}