-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.92 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
66
67
68
{
"name": "blairnangle-dot-com",
"version": "0.0.1",
"main": "index.js",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build --verbose",
"serve": "gatsby serve --verbose"
},
"dependencies": {
"@loadable/component": "^5.15.2",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/tag": "^0.20.3",
"ajv": "^8.8.2",
"babel-plugin-styled-components": "^2.0.2",
"core-js": "^3.20.0",
"eslint-config-airbnb": "^19.0.4",
"gatsby": "^4.4.0",
"gatsby-plugin-disqus": "^1.2.4",
"gatsby-plugin-google-analytics": "^4.8.0",
"gatsby-plugin-manifest": "^4.8.1",
"gatsby-plugin-mdx": "^3.4.0",
"gatsby-plugin-nprogress": "^4.4.0",
"gatsby-plugin-sharp": "^4.8.2",
"gatsby-plugin-styled-components": "^5.4.0",
"gatsby-plugin-twitter": "^4.4.0",
"gatsby-remark-autolink-headers": "^5.4.0",
"gatsby-remark-component": "^1.1.3",
"gatsby-remark-copy-linked-files": "^5.4.0",
"gatsby-remark-images": "^6.8.2",
"gatsby-remark-prismjs": "^6.4.0",
"gatsby-remark-smartypants": "^5.4.0",
"gatsby-source-filesystem": "^4.4.0",
"gatsby-transformer-remark": "^5.4.0",
"gatsby-transformer-sharp": "^4.4.0",
"prismjs": "^1.25.0",
"prop-types": "^15.8.1",
"react": "^16.8.6",
"react-dimensions": "^1.3.1",
"react-dom": "^16.8.6",
"react-helmet": "^6.1.0",
"react-markdown": "^7.1.1",
"rehype-react": "^7.0.3",
"styled-components": "^5.3.3",
"styled-normalize": "^8.0.7"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-spellcheck": "^0.0.19",
"prettier": "^2.5.1"
},
"presets": [
[
"@babel/preset-react"
],
[
"@babel/preset-env",
{
"modules": "commonjs"
}
]
]
}