-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.1 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": "eloibarti_gatsby_blog",
"private": true,
"description": "My personal blog",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "GATSBY_GRAPHQL_IDE=playground node $NODE_DEBUG_OPTION ./node_modules/.bin/gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@fontsource/montserrat": "4.5.12",
"@formspree/react": "2.5.1",
"@reach/router": "1.3.4",
"antd": "4.23.2",
"cheerio": "1.0.0-rc.12",
"feather-icons-react": "0.4.1",
"font-awesome": "4.7.0",
"formik": "2.2.9",
"gatsby": "4.25.7",
"gatsby-plugin-antd": "2.2.0",
"gatsby-plugin-disqus": "1.2.4",
"gatsby-plugin-google-gtag": "4.23.0",
"gatsby-plugin-image": "2.23.0",
"gatsby-plugin-less": "6.23.0",
"gatsby-plugin-manifest": "4.10.1",
"gatsby-plugin-nprogress": "4.23.0",
"gatsby-plugin-offline": "5.23.0",
"gatsby-plugin-robots-txt": "1.5.5",
"gatsby-plugin-sharp": "4.1.0",
"gatsby-plugin-sitemap": "5.23.0",
"gatsby-remark-graphviz": "4.1.0",
"gatsby-remark-images": "6.23.1",
"gatsby-remark-katex": "6.23.0",
"gatsby-remark-prismjs": "6.1.0",
"gatsby-source-filesystem": "4.1.0",
"gatsby-transformer-json": "4.23.0",
"gatsby-transformer-remark": "5.1.0",
"gatsby-transformer-sharp": "4.1.0",
"katex": "0.16.2",
"less": "4.1.3",
"postcss": "8.4.16",
"prismjs": "1.23.0",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-fontawesome": "1.7.1",
"react-google-recaptcha-v3": "1.10.1",
"react-helmet": "6.1.0"
},
"devDependencies": {
"eslint": "^8.23.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.8",
"prettier": "^2.7.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ebarti/eloibarti"
}
}