-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.82 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
{
"name": "cesarvarela.com",
"private": true,
"description": "Cesar Varela's website",
"version": "0.1.0",
"author": "Cesar Varela <[email protected]>",
"dependencies": {
"@fontsource/inconsolata": "^4.5.0",
"@fontsource/inter": "^4.5.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"babel-plugin-styled-components": "^1.13.2",
"babel-preset-gatsby": "^1.12.0",
"gatsby": "^3.10.2",
"gatsby-image": "^3.10.0",
"gatsby-plugin-google-gtag": "^3.10.0",
"gatsby-plugin-image": "^1.12.0",
"gatsby-plugin-manifest": "^3.10.0",
"gatsby-plugin-mdx": "^2.10.1",
"gatsby-plugin-offline": "^4.10.0",
"gatsby-plugin-react-helmet": "^4.10.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-robots-txt": "^1.6.9",
"gatsby-plugin-sharp": "^3.12.0",
"gatsby-plugin-sitemap": "^4.9.0",
"gatsby-plugin-styled-components": "^4.10.0",
"gatsby-remark-images": "^5.8.0",
"gatsby-source-filesystem": "^3.12.0",
"gatsby-transformer-json": "^3.10.0",
"gatsby-transformer-sharp": "^3.12.0",
"grommet": "^2.17.4",
"grommet-icons": "^4.6.0",
"prism-react-renderer": "^1.2.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-schemaorg": "^2.0.0",
"refractor": "^4.1.0",
"schema-dts": "^0.11.0",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@types/react-helmet": "^6.1.2",
"@types/styled-components": "^5.1.12",
"prettier": "^2.3.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
}
}