This repository has been archived by the owner on Jul 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.6 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
{
"name": "gatsby-starter-hello-world",
"private": true,
"description": "A simplified bare-bones starter for Gatsby",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "cross-env NODE_ENV=production gatsby build",
"develop": "cross-env NODE_ENV=develop gatsby develop -H 0.0.0.0",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \"",
"new:post": "hygen blog new --name",
"format:md": "npx prettier '**/*.{markdown,md}' --write"
},
"dependencies": {
"@frontendlabs/ui": "0.3.1",
"@mdx-js/mdx": "^1.4.5",
"@mdx-js/react": "^1.4.5",
"@sindresorhus/slugify": "^0.9.1",
"copy-text-to-clipboard": "^2.2.0",
"cross-env": "^5.2.1",
"gatsby": "^2.15.9",
"gatsby-plugin-draft": "^0.0.4",
"gatsby-plugin-mdx": "^1.0.43",
"gatsby-source-filesystem": "2.1.21",
"gatsby-transformer-remark": "^2.6.21",
"hygen": "^4.0.9",
"polished": "^3.6.7",
"prism-react-renderer": "^1.1.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"styled-components": "^5.0.1"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.10.7",
"gatsby-plugin-styled-components": "^3.1.19",
"gatsby-plugin-typography": "2.3.23",
"prettier": "^1.18.2",
"react-typography": "0.16.19",
"typography": "0.16.19"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}