-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.31 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
66
67
68
69
70
71
72
73
74
75
76
{
"name": "mammafitness-site",
"private": true,
"scripts": {
"develop": "gridsome develop",
"explore": "gridsome explore",
"build": "gridsome build"
},
"dependencies": {
"@dafcoe/vue-collapsible-panel": "^0.2.0",
"@gridsome/plugin-sitemap": "^0.4.0",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/source-wordpress": "^0.5.3",
"@gridsome/transformer-json": "^0.2.1",
"@gridsome/transformer-remark": "^0.6.4",
"@gridsome/vue-remark": "^0.2.6",
"@ztrehagem/vue-accordion": "^0.3.0",
"app-store-scraper": "^0.17.0",
"fs": "*",
"google-fonts-webpack-plugin": "^0.4.4",
"google-play-scraper": "^8.0.2",
"gridsome": "^0.7.0",
"gridsome-plugin-i18n": "^1.6.0",
"gridsome-plugin-recommender": "^1.1.5",
"gridsome-source-rest": "^1.0.11",
"gsap": "^3.7.0",
"hamburgers": "^1.1.3",
"jquery": "^3.6.0",
"klaro-gridsome": "^1.0.3",
"lodash": "^4.17.21",
"moment": "2.24.0",
"moment-with-locales-es6": "1.0.1",
"net": "^1.0.2",
"smoothscroll-polyfill": "^0.4.4",
"string-strip-html": "^8.3.0",
"tls": "^0.0.1",
"vue-2-breadcrumbs": "^0.8.0",
"vue-analytics": "^5.22.1",
"vue-carousel": "^0.18.0",
"vue-check-view": "^0.3.0",
"vue-gtag": "^1.16.1",
"vue-infinite-loading": "^2.4.5",
"vue-lodash": "^2.1.2",
"vue-mailchimp-subscribe": "^1.1.0",
"vue-screen": "^1.5.5",
"vue-simple-accordion": "^0.1.0",
"vue-slick-carousel": "^1.0.6",
"vuex": "^3.6.2"
},
"resolutions": {
"moment": "2.24.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^3.1.3",
"autoprefixer": "^9.8.6",
"node-sass": "^6.0.1",
"postcss": "^7.0.35",
"sass-loader": "^10.1.1",
"style-resources-loader": "^1.4.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.1.4",
"webpack-node-externals": "^3.0.0"
},
"description": "This is the project you get when you run `gridsome create new-project`.",
"version": "1.0.0",
"main": "gridsome.config.js",
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/mammafitness/mammafitness-site.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://bitbucket.org/mammafitness/mammafitness-site/issues"
},
"homepage": "https://bitbucket.org/mammafitness/mammafitness-site#readme"
}