-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.94 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.94 KB
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
{
"name": "professional-javascript-with-kent-c-dodds",
"description": "Professional JavaScript With Kent C. Dodds",
"version": "1.0.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"@mdx-js/mdx": "^0.15.4",
"@mdx-js/tag": "^0.15.0",
"auth0-js": "^9.8.0",
"axios": "^0.18.0",
"babel-plugin-emotion": "^9.2.10",
"client-oauth2": "^4.2.1",
"date-fns": "^1.29.0",
"dotenv": "^6.0.0",
"emotion": "^9.2.10",
"emotion-server": "^9.2.10",
"formik": "^1.3.0",
"gatsby": "^2.0.0",
"gatsby-image": "^2.0.10",
"gatsby-link": "^2.0.2",
"gatsby-mdx": "^0.1.4",
"gatsby-node-helpers": "^0.3.0",
"gatsby-plugin-emotion": "^2.0.5",
"gatsby-plugin-manifest": "^2.0.2",
"gatsby-plugin-offline": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sharp": "^2.0.5",
"gatsby-plugin-styled-components": "^3.0.0",
"gatsby-remark-copy-linked-files": "^2.0.5",
"gatsby-remark-images": "^2.0.1",
"gatsby-remark-prismjs": "^3.0.0",
"gatsby-source-filesystem": "^2.0.1",
"gatsby-transformer-remark": "^2.1.3",
"gatsby-transformer-sharp": "^2.1.1",
"lodash": "^4.17.11",
"prismjs": "^1.15.0",
"prop-types": "^15.6.2",
"query-string": "^6.2.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-emotion": "^9.2.12",
"react-helmet": "~5.2.0",
"react-stripe-checkout": "^2.6.3",
"serve": "^10.0.2",
"styled-components": "^3.4.9",
"yup": "^0.26.6"
},
"devDependencies": {
"prettier": "^1.14.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "serve public/",
"deploy": "now && now alias"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}