-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.06 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
66
{
"name": "jacob-brasil-portfolio",
"private": true,
"description": "Jacob Brasil's Portfolio Website",
"version": "0.1.0",
"author": "Jacob Brasil <jnxtbrasil@gmail.com>",
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.12.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"babel-plugin-styled-components": "^2.0.7",
"browser-monads": "^1.0.0",
"dotenv": "^16.0.1",
"gatsby": "^4.18.0",
"gatsby-plugin-image": "^2.18.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-manifest": "^4.18.0",
"gatsby-plugin-offline": "^5.18.0",
"gatsby-plugin-react-helmet": "^5.18.0",
"gatsby-plugin-sharp": "^4.18.0",
"gatsby-plugin-styled-components": "^5.18.0",
"gatsby-source-contentful": "^7.16.0",
"gatsby-source-filesystem": "^4.18.0",
"gatsby-transformer-remark": "^5.18.0",
"gatsby-transformer-sharp": "^4.18.0",
"prop-types": "^15.8.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-helmet": "^6.1.0",
"react-is": "^16.0.0",
"react-notify-toast": "^0.5.1",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@types/node": "^18.0.3",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-slick": "^0.23.10",
"@types/styled-components": "^5.1.25",
"prettier": "2.7.1"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop -H 0.0.0.0",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run dev",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/TimmyRB/JacobBrasil.com"
},
"bugs": {
"url": "https://github.com/TimmyRB/JacobBrasil.com/issues"
}
}