-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.52 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": "otticamolinari",
"version": "2.0.0",
"description": "Official website for Ottica Molinari",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "gatsby develop",
"clean": "gatsby clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emmenko/otticamolinari.git"
},
"author": "Nicola Molinari <me@emmenko.org> (https://emmenko.org/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/emmenko/otticamolinari/issues"
},
"homepage": "https://otticamolinari.it",
"dependencies": {
"@fontsource/ibm-plex-sans": "4.5.1",
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"@netlify/plugin-gatsby": "1.0.3",
"@svgr/webpack": "5.5.0",
"@theme-ui/color": "0.12.0",
"@theme-ui/components": "0.12.0",
"@theme-ui/presets": "0.12.0",
"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-mdx": "2.14.0",
"gatsby-plugin-react-helmet": "4.14.0",
"gatsby-plugin-sharp": "3.14.1",
"gatsby-plugin-theme-ui": "0.12.0",
"gatsby-remark-images": "5.11.0",
"gatsby-source-filesystem": "3.14.0",
"gatsby-transformer-sharp": "3.14.0",
"js-cookie": "3.0.1",
"lodash.kebabcase": "4.1.1",
"mkdirp": "1.0.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"remark-unwrap-images": "2.1.0",
"theme-ui": "0.12.0"
},
"packageManager": "yarn@3.1.0"
}