-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
65 lines (65 loc) · 2 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": "egghead-static",
"description": "Static version of egghead.io",
"version": "1.0.0",
"author": "egghead.io <[email protected]> (https://egghead.io)",
"dependencies": {
"@emotion/core": "^10.0.28",
"@hot-loader/react-dom": "^16.12.0",
"@mdx-js/mdx": "^1.5.7",
"@mdx-js/react": "^1.5.7",
"@theme-ui/color": "^0.3.1",
"@theme-ui/components": "^0.3.1",
"@theme-ui/prism": "^0.3.0",
"@theme-ui/typography": "^0.3.0",
"@tippyjs/react": "^4.0.0-alpha.4",
"focus-visible": "^5.0.2",
"gatsby": "^2.19.7",
"gatsby-image": "^2.2.39",
"gatsby-plugin-manifest": "^2.2.39",
"gatsby-plugin-mdx": "^1.0.75",
"gatsby-plugin-offline": "^3.0.32",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-sharp": "^2.4.3",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-remark-images": "^3.1.44",
"gatsby-source-filesystem": "^2.1.46",
"gatsby-transformer-sharp": "^2.3.13",
"pad-number": "^0.0.4",
"parse-link-header": "^1.0.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.13.0",
"react-helmet": "^5.2.1",
"react-markdown": "^4.3.1",
"react-player": "^1.15.2",
"remark-shortcodes": "^0.3.1",
"theme-ui": "^0.3.1",
"typography-theme-parnassus": "^0.16.19"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "rm -rf public && gatsby build --prefix-paths && yarn move",
"move": "cd public && mkdir learn | mv * learn",
"refresh": "node loadStaticDataToFiles",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/eggheadio/egghead-static"
},
"bugs": {
"url": "https://github.com/eggheadio/egghead-static/issues"
}
}