-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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
{
"name": "books",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@electinth/common": "^2.0.0",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/firebase": "^7.6.1",
"@nuxtjs/fontawesome": "^1.1.2",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/style-resources": "^1.2.1",
"axios": "^0.24.0",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"cookie-universal-nuxt": "^2.1.5",
"core-js": "^3.15.1",
"d3": "^6.1.1",
"file-saver": "^2.0.5",
"firebase": "^8.10.0",
"html2canvas": "^1.3.2",
"intersection-observer": "^0.12.0",
"jszip": "^3.7.1",
"node-sass": "^6.0.1",
"nuxt": "^2.15.7",
"sass-loader": "^10.2.0",
"scrollama": "^2.2.2",
"swiper": "^5.4.5",
"v-autocomplete": "^1.8.2",
"vue-awesome-swiper": "^4.1.1",
"vue-cookies": "^1.7.4",
"vue-dragscroll": "^3.0.1",
"vue-lottie": "^0.2.1",
"vue-material-checkbox": "^2.2.0",
"vue-scrollama": "^2.0.6",
"vue-sharer": "^1.0.0",
"vue-slick-carousel": "^1.0.6",
"vue-uuid": "^2.0.2",
"vuex": "^3.6.2"
}
}