-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
85 lines (85 loc) · 2.58 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
77
78
79
80
81
82
83
84
85
{
"name": "vegefoods-colorlib-gatsby-shopify",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby + Shopify and a stunning theme",
"version": "0.1.2",
"author": "Carlos Guimarães <[email protected]>",
"dependencies": {
"@loadable/component": "^5.10.2",
"@sekmet/react-structured-data": "^1.2.3",
"aos": "^2.3.4",
"bootstrap": "^4.3.1",
"gatsby": "^2.15.16",
"gatsby-image": "^2.2.17",
"gatsby-plugin-catch-links": "^2.1.9",
"gatsby-plugin-layout": "^1.1.7",
"gatsby-plugin-manifest": "^2.2.16",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-offline": "^3.0.6",
"gatsby-plugin-react-helmet": "^3.1.6",
"gatsby-plugin-sass": "^2.1.14",
"gatsby-plugin-sharp": "^2.2.20",
"gatsby-plugin-sitemap": "^2.2.12",
"gatsby-plugin-twitter": "^2.1.6",
"gatsby-remark-copy-linked-files": "^2.1.19",
"gatsby-remark-images": "^3.1.22",
"gatsby-remark-lazy-load": "^1.0.1",
"gatsby-remark-prismjs": "^3.3.13",
"gatsby-remark-relative-images": "^0.2.3",
"gatsby-remark-responsive-iframe": "^2.2.16",
"gatsby-remark-smartypants": "^2.1.8",
"gatsby-source-filesystem": "^2.1.22",
"gatsby-theme-blogify": "^0.6.1",
"gatsby-theme-mailchimped": "^0.1.2",
"gatsby-theme-shopifystore": "^1.1.11",
"gatsby-transformer-remark": "^2.6.22",
"gatsby-transformer-sharp": "^2.2.13",
"jquery": "^3.4.1",
"lazysizes": "^5.1.1",
"moment": "^2.24.0",
"prismjs": "^1.17.1",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-popper": "^1.3.4",
"react-transition-group": "^4.3.0",
"react-waypoint": "^9.0.2",
"reactstrap": "^8.0.1"
},
"devDependencies": {
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"prettier": "^1.18.2",
"terser-webpack-plugin": "^2.0.1"
},
"keywords": [
"gatsby",
"theme",
"template",
"starter",
"shopify",
"shopping",
"static site",
"colorlib",
"netlify",
"open4g"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}