-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 2.05 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
{
"name": "yeison-daza",
"description": "Personal site yeison daza",
"version": "1.0.0",
"author": "Yeison Daza <[email protected]>",
"bugs": {
"url": "https://github.com/yeion7/yeisondaza/issues"
},
"engines": {
"node": "10.16.3"
},
"dependencies": {
"ampifyjs": "0.0.3",
"ast-get-object": "1.4.1",
"gatsby": "2.22.9",
"gatsby-image": "2.4.5",
"gatsby-plugin-catch-links": "2.3.2",
"gatsby-plugin-facebook-analytics": "2.4.2",
"gatsby-plugin-facebook-pixel": "1.0.3",
"gatsby-plugin-feed": "2.5.3",
"gatsby-plugin-google-analytics": "2.3.2",
"gatsby-plugin-manifest": "2.4.9",
"gatsby-plugin-netlify": "2.3.3",
"gatsby-plugin-netlify-cms": "4.3.3",
"gatsby-plugin-offline": "3.2.7",
"gatsby-plugin-react-helmet": "3.3.2",
"gatsby-plugin-robots-txt": "1.5.0",
"gatsby-plugin-sass": "2.3.2",
"gatsby-plugin-sharp": "2.6.9",
"gatsby-plugin-sitemap": "2.4.3",
"gatsby-plugin-typography": "2.5.2",
"gatsby-remark-copy-linked-files": "2.3.3",
"gatsby-remark-images": "3.3.8",
"gatsby-remark-prismjs": "3.5.2",
"gatsby-remark-responsive-iframe": "2.4.3",
"gatsby-remark-smartypants": "2.3.2",
"gatsby-source-filesystem": "2.3.8",
"gatsby-transformer-remark": "2.8.13",
"gatsby-transformer-sharp": "2.5.3",
"lodash": "4.17.15",
"netlify-cms": "2.10.49",
"node-sass": "4.14.1",
"prismjs": "1.20.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "^6.0.0",
"react-share": "4.1.0",
"react-typography": "0.16.18",
"recursive-readdir": "^2.2.2",
"typography": "0.16.18",
"typography-theme-doelger": "0.16.18"
},
"homepage": "https://github.com/yeion7/yeisondaza#readme",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/yeion7/yeisondaza.git"
},
"scripts": {
"dev": "gatsby develop",
"build": "rm -rf public && gatsby build && npm run ampify",
"ampify": "mkdir -p public/amp && node ampify.js"
}
}