-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.08 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": "gatsby-personal-starter-blog",
"private": true,
"description": "A personal blog starter for a blog powered by Netlify CMS, based on the default blog starter",
"version": "1.0.0",
"author": "Thomas Wang <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@fontsource/fira-sans": "^4.5.0",
"@fontsource/montserrat": "^4.5.1",
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"babel-plugin-styled-components": "^1.10.0",
"gatsby": "^3.13.0",
"gatsby-cli": "^3.13.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-feed-mdx": "^1.0.0",
"gatsby-plugin-image": "^1.14.0",
"gatsby-plugin-manifest": "^3.13.0",
"gatsby-plugin-mdx": "^2.14.1",
"gatsby-plugin-netlify-cms": "^5.13.0",
"gatsby-plugin-offline": "^4.13.0",
"gatsby-plugin-react-helmet": "^4.13.0",
"gatsby-plugin-sharp": "^3.14.0",
"gatsby-plugin-typography": "^3.13.0",
"gatsby-remark-copy-linked-files": "^4.10.0",
"gatsby-remark-images": "^5.10.0",
"gatsby-remark-responsive-iframe": "^4.10.0",
"gatsby-remark-smartypants": "^4.10.0",
"gatsby-remark-vscode": "^3.3.0",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-sharp": "^3.14.0",
"netlify-cms-app": "^2.9.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-switch": "^6.0.0",
"react-typography": "^0.16.19",
"typography": "^0.16.19"
},
"devDependencies": {
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.25",
"prettier": "^2.3.2"
},
"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 src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
}
}