-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
35 lines (35 loc) · 918 Bytes
/
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
{
"name": "blog-course",
"version": "1.0.0",
"private": true,
"description": "blog-course",
"author": "Laurie",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@theme-ui/presets": "^0.3.4",
"@theme-ui/prism": "^0.4.0-alpha.3",
"gatsby": "^2.26.1",
"gatsby-plugin-image": "^0.4.0",
"gatsby-plugin-mdx": "^1.7.0",
"gatsby-plugin-react-helmet": "^3.7.0",
"gatsby-plugin-sharp": "^2.11.1",
"gatsby-plugin-theme-ui": "^0.4.0-alpha.3",
"gatsby-source-filesystem": "^2.8.0",
"gatsby-transformer-sharp": "^2.9.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"theme-ui": "^0.4.0-alpha.3"
}
}