-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.52 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
80
81
{
"name": "josix-blog",
"private": true,
"description": "Josix's random thoughts",
"version": "0.1.0",
"author": "Josix Wang <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@emotion/core": "^10.0.35",
"@mdx-js/mdx": "^1.6.18",
"@mdx-js/react": "^1.6.18",
"autoprefixer": "^10.4.5",
"gatsby": "^4.19.0",
"gatsby-plugin-catch-links": "^4.13.0",
"gatsby-plugin-fontawesome-css": "^1.0.0",
"gatsby-plugin-image": "^2.13.0",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-manifest": "^4.13.0",
"gatsby-plugin-mdx": "^3.15.2",
"gatsby-plugin-netlify-cms": "^6.13.0",
"gatsby-plugin-offline": "^5.13.0",
"gatsby-plugin-postcss": "^5.13.0",
"gatsby-plugin-react-helmet": "^5.13.0",
"gatsby-plugin-sharp": "^4.20.0",
"gatsby-plugin-sitemap": "^5.13.0",
"gatsby-plugin-typography": "^4.13.0",
"gatsby-remark-autolink-headers": "^5.13.0",
"gatsby-remark-copy-linked-files": "^5.13.0",
"gatsby-remark-images": "^6.13.0",
"gatsby-remark-prismjs": "^6.13.0",
"gatsby-remark-responsive-iframe": "^5.13.0",
"gatsby-remark-smartypants": "^5.13.0",
"gatsby-remark-wiki-link": "^0.4.0",
"gatsby-source-filesystem": "^4.13.0",
"gatsby-transformer-markdown-references": "^0.1.8",
"gatsby-transformer-sharp": "^4.13.0",
"netlify-cms-app": "^2.12.16",
"octomments": "^1.0.5",
"octomments-renderer": "^1.0.5",
"postcss": "^8.4.12",
"prismjs": "^1.21.0",
"react": "17.0.0",
"react-dom": "17.0.0",
"react-helmet": "^6.1.0",
"react-typography": "^0.16.19",
"remark-html-katex": "^3.0.0",
"remark-math": "^3.0.1",
"tailwindcss": "^3.0.24",
"typeface-merriweather": "1.1.13",
"typeface-montserrat": "1.1.13",
"typography": "^0.16.19",
"typography-theme-wordpress-2016": "^0.16.19"
},
"devDependencies": {
"prettier": "2.0.5"
},
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/gatsbyjs/gatsby-starter-blog.git"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"engines": {
"node": ">=16.0.0"
}
}