-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.63 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
{
"name": "hal.codes",
"version": "1.0.0",
"private": true,
"author": "Hal Lee",
"engines": {
"node": "15.x"
},
"sideEffects": false,
"scripts": {
"develop": "gatsby develop",
"eslint": "eslint --ext .js,.jsx,.ts,.tsx --ignore-path .gitignore .",
"eslint:fix": "eslint --fix --ext .js,.jsx,.ts,.tsx --ignore-path .gitignore .",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@types/mdx-js__react": "^1.5.3",
"@types/react-helmet": "^6.1.0",
"@types/styled-components": "^5.1.7",
"babel-plugin-styled-components": "^1.12.0",
"gatsby": "^3.0.3",
"gatsby-plugin-catch-links": "^3.0.0",
"gatsby-plugin-feed": "^3.0.0",
"gatsby-plugin-image": "^1.0.0",
"gatsby-plugin-mdx": "^2.4.0-next.0",
"gatsby-plugin-page-creator": "^3.0.0",
"gatsby-plugin-react-helmet": "^4.0.0",
"gatsby-plugin-sharp": "^3.3.0-next.2",
"gatsby-plugin-sitemap": "^3.0.0",
"gatsby-plugin-styled-components": "^4.0.0",
"gatsby-plugin-twitter": "^3.0.0",
"gatsby-plugin-typegen": "^2.2.4",
"gatsby-remark-embedder": "github:hallee/gatsby-remark-embedder#v5.0.0",
"gatsby-remark-images": "^4.0.0",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-source-graphql": "^3.0.0",
"gatsby-transformer-sharp": "^3.3.0-next.1",
"html-react-parser": "^1.4.0",
"node-html-parser": "^3.0.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"styled-components": "^5.2.1",
"styled-reset": "^4.3.4",
"typescript": "^4.2.2"
}
}