-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.1 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
{
"name": "gatsby-test",
"version": "1.0.0",
"private": true,
"description": "gatsby-test",
"author": "js2102",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build && gh-pages -d public -b master"
},
"dependencies": {
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby": "^4.24.1",
"gatsby-plugin-canonical-urls": "^4.20.0",
"gatsby-plugin-emotion": "^7.15.0",
"gatsby-plugin-image": "^2.14.1",
"gatsby-plugin-mdx": "^3.19.0",
"gatsby-plugin-sharp": "^4.14.1",
"gatsby-source-filesystem": "^4.14.0",
"gatsby-transformer-sharp": "^4.14.0",
"query-string": "^7.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet-async": "^1.3.0",
"react-responsive": "^9.0.0-beta.10"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"gh-pages": "^4.0.0"
}
}