-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
65 lines (65 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
{
"name": "zoomkoding.com",
"private": false,
"description": "A neat blog theme for developers",
"version": "3.0.0",
"author": "zoomkoding <zoomkoding@gmail.com>",
"dependencies": {
"@mui/icons-material": "^5.1.0",
"@mui/material": "^5.1.0",
"gatsby": "^4.12.1",
"gatsby-plugin-advanced-sitemap": "^2.1.0",
"gatsby-plugin-google-analytics": "^4.25.0",
"gatsby-plugin-image": "^2.12.1",
"gatsby-plugin-manifest": "^4.9.1",
"gatsby-plugin-offline": "^5.9.1",
"gatsby-plugin-react-helmet": "^5.9.0",
"gatsby-plugin-robots-txt": "1.7.0",
"gatsby-plugin-sass": "^5.9.0",
"gatsby-plugin-sharp": "^4.12.1",
"gatsby-remark-autolink-headers": "^5.9.0",
"gatsby-remark-copy-linked-files": "^5.9.0",
"gatsby-remark-images": "^6.9.1",
"gatsby-remark-prismjs": "^6.9.0",
"gatsby-remark-responsive-iframe": "^5.9.0",
"gatsby-remark-smartypants": "^5.9.0",
"gatsby-remark-table-of-contents": "^2.0.0",
"gatsby-source-filesystem": "^4.9.1",
"gatsby-theme-material-ui": "^5.1.0",
"gatsby-transformer-remark": "^5.9.1",
"gatsby-transformer-sharp": "^4.12.1",
"prismjs": "^1.24.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-rotating-text": "^1.4.1",
"sass": "^1.43.4",
"typeface-montserrat": "^1.1.13"
},
"devDependencies": {
"gh-pages": "^3.2.3",
"prettier": "2.2.1"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-theme"
],
"license": "0BSD",
"scripts": {
"build": "gatsby clean && gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"deploy": "gatsby clean && gatsby build && gh-pages -d public",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/zoomkoding/zoomkoding-gatsby-blog"
},
"bugs": {
"url": "https://github.com/zoomkoding/zoomkoding-gatsby-blog/issues"
}
}