-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathpackage.json
79 lines (79 loc) · 2.61 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
{
"name": "gatsby-starter-developer-diary",
"private": true,
"description": "A Gatsby blog template designed for web developers. Blazing fast, it includes beautful web developer topic tags and social-media links",
"version": "0.1.0",
"author": "willjw3 <https://github.com/willjw3>",
"dependencies": {
"@emotion/core": "^10.0.10",
"bootstrap": "^4.3.1",
"emotion": "^10.0.9",
"gatsby": "^2.24.2",
"gatsby-image": "^2.4.13",
"gatsby-plugin-cname": "^1.0.0",
"gatsby-plugin-emotion": "^4.3.10",
"gatsby-plugin-excerpts": "^1.1.0",
"gatsby-plugin-gitalk": "^1.2.1",
"gatsby-plugin-google-fonts": "^1.0.0",
"gatsby-plugin-json-output": "^1.1.3",
"gatsby-plugin-manifest": "^2.4.18",
"gatsby-plugin-netlify-cms": "^4.3.11",
"gatsby-plugin-offline": "^2.1.1",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sass": "^2.3.12",
"gatsby-plugin-sharp": "^2.6.19",
"gatsby-plugin-typography": "^2.5.10",
"gatsby-remark-custom-blocks": "^2.3.10",
"gatsby-remark-images": "^3.3.18",
"gatsby-remark-katex": "^3.3.10",
"gatsby-remark-mermaid": "^2.0.0",
"gatsby-remark-prismjs": "^3.5.10",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-remark-responsive-iframe": "^2.4.11",
"gatsby-source-filesystem": "^2.3.19",
"gatsby-transformer-remark": "^2.8.25",
"gatsby-transformer-sharp": "^2.5.11",
"gh-pages": "^3.1.0",
"gitalk": "^1.6.2",
"katex": "^0.11.1",
"lodash": "^4.17.19",
"netlify-cms-app": "^2.12.16",
"node-sass": "^4.14.1",
"prismjs": "^1.16.0",
"prop-types": "^15.7.2",
"puppeteer": "^4.0.1",
"react": "^16.8.6",
"react-bootstrap": "^1.2.1",
"react-custom-share": "^0.4.8",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-icons": "^3.7.0",
"react-typography": "^0.16.19",
"signale": "^1.4.0",
"typography": "^0.16.19"
},
"devDependencies": {
"prettier": "^1.17.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"deploy": "gatsby build --prefix-paths && gh-pages -d public -r \"https://anhnguyen1tomosia:$PA_TOKEN@github.com/TOMOSIA-VIETNAM/tomoblo.git\"",
"post": "./bin/create-post.js"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}