-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.79 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": "linkletter-portfolio",
"description": "Z. Linkletter portfolio",
"version": "2.0.0",
"author": "Zachary Linkletter",
"dependencies": {
"gatsby": "^4.20.0",
"gatsby-image": "^2.4.7",
"gatsby-plugin-google-gtag": "^4.20.0",
"gatsby-plugin-manifest": "^4.20.0",
"gatsby-plugin-offline": "^5.20.0",
"gatsby-plugin-react-helmet": "^5.20.0",
"gatsby-plugin-sharp": "^4.20.0",
"gatsby-plugin-styled-components": "^5.20.0",
"gatsby-remark-copy-linked-files": "^5.20.0",
"gatsby-remark-images": "^6.20.0",
"gatsby-remark-prismjs": "^6.20.0",
"gatsby-remark-responsive-iframe": "^5.20.0",
"gatsby-remark-smartypants": "^5.20.0",
"gatsby-source-filesystem": "^4.20.0",
"gatsby-source-github-api": "^1.0.0",
"gatsby-transformer-remark": "^5.20.0",
"gatsby-transformer-sharp": "^4.20.0",
"prismjs": "^1.20.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-feather": "^2.0.8",
"react-github-btn": "^1.2.0",
"react-github-button": "^0.1.11",
"react-helmet": "^6.1.0",
"sass": "^1.54.3",
"sharp": ">=0.30.5",
"styled-components": "^5.1.1"
},
"devDependencies": {
"ansi-html": ">=0.0.8",
"cross-fetch": ">=3.1.5",
"jpeg-js": ">=0.4.4",
"got": ">=11.8.5",
"node-fetch": ">=2.6.7",
"nth-check": ">=2.0.1",
"parse-path": ">=5.0.0",
"prettier": "2.0.5",
"sanitize-html": ">=2.3.2",
"ws": ">=7.4.6"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
}
}