This repository has been archived by the owner on Aug 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.42 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
{
"name": "gatsby-netlifycms-github",
"private": true,
"description": "Starter for Gatsby with NetlifyCMS repo in Github",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"start": "yarn run develop",
"build": "gatsby build",
"serve": "gatsby serve",
"gitpushall": "git push origin && git push github",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"browserslist": "last 2 versions",
"dependencies": {
"@material-ui/core": "^4.6.1",
"@mdx-js/mdx": "^1.6.6",
"@mdx-js/react": "^1.6.6",
"animejs": "^3.1.0",
"gatsby": "^2.17.16",
"gatsby-image": "^2.2.33",
"gatsby-plugin-google-analytics": "^2.1.28",
"gatsby-plugin-layout": "^1.1.15",
"gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-manifest": "^2.2.28",
"gatsby-plugin-mdx": "^1.2.22",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-netlify": "^2.1.25",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-netlify-cms": "^4.3.11",
"gatsby-plugin-offline": "^3.0.21",
"gatsby-plugin-react-helmet": "^3.1.15",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sass": "^2.1.23",
"gatsby-plugin-sharp": "^2.3.1",
"gatsby-plugin-sitemap": "^2.2.21",
"gatsby-plugin-transition-link": "^1.16.2",
"gatsby-plugin-typography": "^2.3.17",
"gatsby-remark-copy-linked-files": "^2.3.10",
"gatsby-remark-images": "^3.1.31",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-remark-static-images": "^1.0.1",
"gatsby-remark-unwrap-images": "^1.0.1",
"gatsby-source-filesystem": "^2.1.37",
"gatsby-transformer-cloudinary": "^1.0.0",
"gatsby-transformer-json": "^2.4.11",
"gatsby-transformer-sharp": "^2.3.5",
"gsap": "^3.4.0",
"lottie-web": "^5.5.9",
"lunr": "^2.3.8",
"netlify": "^4.3.5",
"netlify-cms-app": "^2.12.16",
"node-sass": "^4.13.0",
"react": "^16.12.0",
"react-color": "^2.17.3",
"react-dom": "^16.12.0",
"react-google-recaptcha": "^2.1.0",
"react-helmet": "^6.1.0",
"react-lottie": "^1.2.3",
"react-typography": "^0.16.19",
"react-youtube": "^7.11.2",
"remark-emoji": "^2.1.0",
"striptags": "^3.1.1",
"styled-components": "^5.1.1",
"typography": "^0.16.19"
},
"repository": "https://github.com/hendhyhutomo/cloud-gatsby-netlifycms",
"main": "index.js",
"devDependencies": {},
"author": "Hendhy Hutomo"
}