-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
39 lines (39 loc) · 1.13 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
{
"name": "gridsome-starter-shopify-account",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore"
},
"dependencies": {
"@gridsome/plugin-critical": "^0.1.6",
"@gridsome/plugin-google-analytics": "^0.1.1",
"@gridsome/plugin-sitemap": "^0.4.0",
"apollo-boost": "^0.4.9",
"bulma": "^0.9.0",
"currency.js": "^1.2.2",
"graphql-tag": "^2.10.3",
"gridsome": "^0.7.18",
"gridsome-plugin-flexsearch": "^1.0.1",
"gridsome-plugin-guess-js": "^0.1.1",
"gridsome-plugin-manifest": "^0.3.5",
"gridsome-plugin-purgecss": "^1.0.12",
"gridsome-plugin-service-worker": "^0.1.5",
"gridsome-source-shopify": "^0.1.13",
"isomorphic-fetch": "^2.2.1",
"js-cookie": "^2.2.1",
"typeface-karla": "^0.0.72",
"typeface-prata": "^0.0.72",
"v-lazy-image": "^1.4.0",
"vue-apollo": "^3.0.3",
"vue-notification": "^1.3.20",
"vuex": "^3.5.1",
"vuex-persist": "^2.2.0"
},
"devDependencies": {
"eslint-config-travisreynolds-vue": "1.1.8",
"node-sass": "^4.14.1",
"sass-loader": "^9.0.2"
}
}