-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.73 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
{
"name": "@terencehuynh/website",
"private": true,
"description": "Based on gatsby-starter-default",
"version": "1.2.0",
"author": "Terence Huynh <[email protected]>",
"dependencies": {
"@fontsource/merriweather": "^4.2.2",
"@fortawesome/free-brands-svg-icons": "5.15.2",
"@fortawesome/free-solid-svg-icons": "5.15.2",
"@loadable/component": "^5.14.1",
"bumbag": "1.11.3",
"fontfaceobserver": "^2.1.0",
"gatsby": "3.1.1",
"gatsby-awesome-pagination": "0.3.6",
"gatsby-image": "3.1.0",
"gatsby-plugin-bumbag": "1.11.4",
"gatsby-plugin-feed": "3.1.0",
"gatsby-plugin-image": "^1.1.1",
"gatsby-plugin-react-helmet": "4.1.0",
"gatsby-plugin-sharp": "^3.1.1",
"gatsby-remark-custom-blocks": "3.1.0",
"gatsby-remark-images": "4.1.0",
"gatsby-remark-unwrap-images": "1.0.2",
"gatsby-source-filesystem": "3.1.0",
"gatsby-transformer-remark": "3.1.0",
"gatsby-transformer-sharp": "^3.1.0",
"prop-types": "15.7.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-helmet": "6.1.0",
"sharp": "0.27.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"start": "npm run develop",
"lint": "./node_modules/.bin/eslint ./src",
"fix": "npm run lint -- --fix",
"format": "prettier --write \"src/**/*.js\""
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"babel-preset-gatsby": "^1.1.0",
"eslint": "^7.22.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-react": "^7.22.0",
"prettier": "2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/terencehuynh/terencehuynh-com"
}
}