-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
65 lines (65 loc) · 2.02 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
{
"name": "portfolio",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"bootstrap": "^4.6.1",
"canvas": "^2.9.1",
"devicon": "^2.12.0",
"gatsby": "^4.11.1",
"gatsby-plugin-google-gtag": "^4.13.0",
"gatsby-plugin-image": "^2.11.1",
"gatsby-plugin-manifest": "^4.11.1",
"gatsby-plugin-offline": "^5.11.1",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-preload-fonts": "^3.11.1",
"gatsby-plugin-react-helmet": "^5.11.0",
"gatsby-plugin-sharp": "^4.11.1",
"gatsby-source-filesystem": "^4.11.1",
"gatsby-transformer-remark": "^5.11.1",
"gatsby-transformer-sharp": "^4.11.0",
"gatsby-transformer-yaml": "^4.11.0",
"highlight.js": "^11.5.1",
"merge-images": "^2.0.0",
"postcss": "^8.4.12",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-bootstrap": "^1.6.4",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@types/gatsbyjs__reach-router": "^1.3.0",
"@types/merge-images": "^1.2.1",
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.17",
"@types/react-helmet": "^6.1.5",
"prettier": "2.6.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"preload-fonts": "gatsby-preload-fonts",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}