-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.18 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
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"@loadable/component": "5.13.2",
"@mdx-js/mdx": "1.6.18",
"@mdx-js/react": "1.6.18",
"babel-plugin-styled-components": "1.11.1",
"gatsby": "2.24.66",
"gatsby-image": "2.4.20",
"gatsby-link": "2.4.15",
"gatsby-plugin-layout": "1.3.12",
"gatsby-plugin-manifest": "2.4.32",
"gatsby-plugin-mdx": "1.2.42",
"gatsby-plugin-offline": "3.2.29",
"gatsby-plugin-preact": "4.0.13",
"gatsby-plugin-react-helmet": "3.3.12",
"gatsby-plugin-sharp": "2.6.37",
"gatsby-plugin-styled-components": "3.3.12",
"gatsby-react-router-scroll": "3.0.14",
"gatsby-remark-images": "3.3.31",
"gatsby-source-filesystem": "2.3.31",
"gatsby-transformer-sharp": "2.5.16",
"preact": "10.5.2",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "6.0.0",
"scroll-data-hook": "1.0.4",
"styled-components": "5.2.0",
"typeface-inter": "3.15.0"
},
"devDependencies": {
"@babel/core": "7.11.6",
"@storybook/addon-a11y": "6.0.22",
"@storybook/addon-actions": "6.0.22",
"@storybook/addon-info": "5.3.21",
"@storybook/addon-links": "6.0.22",
"@storybook/addon-viewport": "6.0.22",
"@storybook/addons": "6.0.22",
"@storybook/react": "6.0.22",
"babel-loader": "8.1.0",
"prettier": "2.1.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"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",
"cli": "node cli/index.js",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}