-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.78 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
{
"name": "emmenko.org",
"description": "Personal Website (emmenko)",
"private": true,
"version": "1.0.0",
"author": "Nicola Molinari <me@emmenko.org>",
"keywords": [
"emmenko",
"personal",
"website"
],
"license": "MIT",
"scripts": {
"clean": "gatsby clean",
"build": "gatsby build",
"start": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@emotion/react": "11.10.5",
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"@netlify/plugin-gatsby": "1.0.3",
"@percy/cli": "1.0.0-beta.70",
"@readmo/sdk": "0.1.1",
"@theme-ui/components": "0.15.4",
"@theme-ui/mdx": "0.15.4",
"@theme-ui/preset-base": "0.15.4",
"@theme-ui/prism": "0.15.4",
"gatsby": "3.14.3",
"gatsby-plugin-catch-links": "3.14.0",
"gatsby-plugin-gdpr-tracking": "1.2.2",
"gatsby-plugin-image": "1.14.1",
"gatsby-plugin-manifest": "3.14.0",
"gatsby-plugin-mdx": "2.14.0",
"gatsby-plugin-offline": "4.14.0",
"gatsby-plugin-react-helmet": "4.14.0",
"gatsby-plugin-sharp": "3.14.1",
"gatsby-plugin-theme-ui": "0.15.4",
"gatsby-remark-images": "5.11.0",
"gatsby-source-filesystem": "3.14.0",
"gatsby-transformer-sharp": "3.14.0",
"lodash.kebabcase": "4.1.1",
"parse5": "6.0.1",
"prettier": "2.4.1",
"prism-react-renderer": "1.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"rehype-slug": "4.0.1",
"theme-ui": "0.15.4"
},
"devDependencies": {
"eslint-config-react-app": "6.0.0",
"hast-util-heading": "1.0.5"
},
"resolutions": {
"graphql": "^15.4.0",
"graphql-compose": "^7.25.0",
"webpack": "^5.24.2"
},
"packageManager": "yarn@3.2.4"
}