This repository was archived by the owner on Oct 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·79 lines (79 loc) · 2.35 KB
/
package.json
File metadata and controls
executable file
·79 lines (79 loc) · 2.35 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "maderna",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"serve": "nuxt serve"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@growthbunker/vuetimeline": "^0.1.17",
"@nuxt/content": "^1.14.0",
"@nuxt/webpack": "^2.15.4",
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/bootstrap-vue": "^2.0.4",
"@nuxtjs/cloudinary": "^1.0.3-beta-4",
"@nuxtjs/firebase": "^7.6.1",
"@nuxtjs/i18n": "^7.0.3",
"@nuxtjs/observable": "0.0.1-alpha",
"@nuxtjs/sitemap": "^2.4.0",
"@vue/cli-service": "^4.5.13",
"@vue/cli-shared-utils": "^4.5.13",
"axios": "^0.21.1",
"bootstrap": "^4.5.0",
"bootstrap-vue": "^2.15.0",
"firebase": "^9.0.2",
"gsap": "file:gsap-bonus.tgz",
"imagesloaded": "^4.1.4",
"instafeed.js": "^2.0.0-rc3",
"jquery": "^1.9.1",
"lodash": "^4.17.21",
"masonry-layout": "^4.2.2",
"normalize.css": "^8.0.1",
"nuxt": "^2.15.7",
"nuxt-babel": "^1.0.1",
"nuxt-gsap": "^0.1.4",
"nuxt-i18n": "^6.27.0",
"nuxt-svg-loader": "^1.2.0",
"postcss-scss": "^3.0.5",
"v-owl-carousel": "^1.0.8",
"v-photoswipe": "^1.0.3-1",
"vee-validate": "^3.4.12",
"vue-analytics": "^5.22.1",
"vue-info-card": "^0.1.4",
"vue-loader": "^15.9.3",
"vue-lodash": "^2.1.2",
"vue-masonry": "^0.12.0",
"vue-masonry-wall": "^0.3.1",
"vue-pswipe": "^0.15.3",
"vue-scrollmagic": "^1.2.0",
"vue-server-renderer": "^2.6.11",
"vue-slick-carousel": "^1.0.6"
},
"devDependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fullhuman/postcss-purgecss": "^4.0.3",
"@nuxtjs/tailwindcss": "^4.1.2",
"eslint": "^3.14.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"fibers": "^5.0.0",
"node-sass": "^4.14.1",
"nuxt-gsap-module": "^1.3.1",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss": "^8.2.15",
"prettier": "^2.0.5",
"sass": "1.32.12",
"sass-loader": "^10.1.1",
"vue-cli-plugin-i18n": "~2.1.3",
"vue-template-compiler": "^2.6.12",
"webpack-bundle-analyzer": "^4.4.1"
}
}