This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.86 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
{
"name": "gatsbyan",
"private": true,
"description": "My personal blog powered by Gatsby JS",
"version": "0.1.0",
"author": "Ferry",
"dependencies": {
"@emotion/core": "^10.0.28",
"bootstrap": "^4.5.0",
"date-fns": "^2.14.0",
"emotion": "^10.0.27",
"gatsby": "^2.23.11",
"gatsby-image": "^2.4.9",
"gatsby-plugin-emotion": "^4.3.6",
"gatsby-plugin-manifest": "^2.4.14",
"gatsby-plugin-minify": "^0.2.0",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.3.6",
"gatsby-plugin-sharp": "^2.6.14",
"gatsby-plugin-sitemap": "^2.4.7",
"gatsby-remark-images-contentful": "^2.3.7",
"gatsby-remark-images-zoom": "^1.1.0",
"gatsby-remark-prismjs": "^3.5.6",
"gatsby-source-contentful": "^2.3.18",
"gatsby-source-filesystem": "^2.3.14",
"gatsby-transformer-remark": "^2.8.19",
"gatsby-transformer-sharp": "^2.5.7",
"lodash": "^4.17.15",
"prismjs": "^1.20.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-custom-share": "^0.4.8",
"react-dom": "^16.8.6",
"react-facebook": "^8.1.4",
"react-helmet": "^5.2.1",
"react-icons": "^3.10.0",
"react-paginating": "^1.4.0"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-theme",
"contentful",
"facebook",
"solok"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop -H 0.0.0.0",
"format": "prettier --write src/**/*.{js,jsx}",
"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"
}
}