-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.22 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
{
"name": "vaccinedallas",
"version": "1.0.0",
"description": "Drive-through COVID-19 vaccination provider",
"author": "uzzal",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxtjs/google-tag-manager": "^2.3.2",
"@nuxtjs/style-resources": "^1.0.0",
"bootstrap": "^4.5.0",
"bootstrap-vue": "^2.0.0",
"mixitup": "^3.3.1",
"nuxt": "^2.15.3",
"swiper": "^5.3.7",
"vue": "^2.6.11",
"vue-awesome-swiper": "^4.1.0",
"vue-fixed-header": "^3.2.14",
"vue-masonry": "^0.11.8",
"vue-masonry-css": "^1.0.3",
"vue-silentbox": "^2.2.0",
"vue2-google-maps": "^0.10.7",
"vuejs-paginate": "^2.1.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.2",
"@nuxtjs/eslint-module": "^1.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^6.8.0",
"eslint-plugin-nuxt": ">=0.4.2",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"webpack": "^4.43.0"
}
}