-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"name": "kieranbamforth.me",
"version": "1.0.0",
"private": true,
"description": "kieranbamforth.me",
"author": "Kieran Bamforth",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"prebuild": "eslint ."
},
"devDependencies": {
"@babel/core": "^7.14.0",
"babel-loader": "^8.2.2",
"babel-preset-gatsby": "^1.4.0",
"eslint": "^7.25.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"gatsby-plugin-sass": "^4.4.0",
"gatsby-source-filesystem": "^3.4.0",
"gatsby-transformer-remark": "^4.1.0",
"sass": "^1.32.12"
},
"dependencies": {
"@fontsource/lato": "^4.2.2",
"@fontsource/vollkorn": "^4.2.2",
"gatsby": "^3.4.0",
"gatsby-plugin-react-helmet": "^4.4.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0"
}
}