-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.89 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
{
"name": "stevon-wright-portfolio",
"private": true,
"description": "Stevon Wright's software developer portfolio.",
"version": "0.1.0",
"author": "Stevon Wright <stevon.wright.business@gmail.com>",
"dependencies": {
"@react-icons/all-files": "^4.1.0",
"gatsby": "^3.14.6",
"gatsby-plugin-google-analytics": "^3.12.0",
"gatsby-plugin-google-tagmanager": "^3.12.0",
"gatsby-plugin-image": "^1.14.2",
"gatsby-plugin-manifest": "^3.11.0",
"gatsby-plugin-netlify": "^3.14.0",
"gatsby-plugin-react-helmet": "^4.11.0",
"gatsby-plugin-robots-txt": "^1.6.14",
"gatsby-plugin-sass": "^4.11.0",
"gatsby-plugin-sharp": "^3.14.3",
"gatsby-plugin-sitemap": "^4.10.0",
"gatsby-plugin-use-dark-mode": "^1.4.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^3.11.0",
"gatsby-transformer-sharp": "^3.11.0",
"gsap": "^3.9.0",
"print-js": "^1.6.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"sass": "^1.45.0",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"@netlify/plugin-gatsby": "^1.0.3",
"@netlify/plugin-lighthouse": "^2.1.2",
"netlify-plugin-a11y": "^0.0.12",
"netlify-plugin-submit-sitemap": "^0.2.3",
"prettier": "2.3.2"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"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",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/TeenageMutantCoder/portfolio-site"
},
"bugs": {
"url": "https://github.com/TeenageMutantCoder/portfolio-site/issues"
}
}