-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 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
67
{
"name": "esausilva-dev",
"private": false,
"description": "Esau Silva | Software Engineer Portfolio",
"version": "0.1.0",
"author": "Esau Silva <@_esausilva>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"babel-plugin-styled-components": "^2.1.4",
"dotenv": "^16.3.1",
"gatsby": "^5.12.9",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-manifest": "^5.12.3",
"gatsby-plugin-offline": "^6.12.3",
"gatsby-plugin-sharp": "^5.12.3",
"gatsby-plugin-styled-components": "^6.12.0",
"gatsby-plugin-typography": "^5.12.0",
"gatsby-source-filesystem": "^5.12.1",
"gatsby-transformer-sharp": "^5.12.3",
"lazysizes": "^5.3.2",
"polished": "^4.2.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-pose": "^4.0.10",
"react-responsive-carousel": "^3.2.23",
"react-scroll": "^1.9.0",
"react-typing-animation": "^1.6.2",
"react-typography": "^0.16.23",
"react-web-tabs": "^1.0.1",
"styled-components": "^5.3.6",
"typography": "^0.16.21"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"prettier": "^3.1.0",
"rimraf": "^5.0.5"
},
"keywords": [
"developer portfolio",
"software engineer portfolio",
"fullstack developer portfolio",
"full-stack developer portfolio"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop -H 0.0.0.0 -o",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm-run-all -s clean develop",
"serve": "gatsby serve",
"clean": "rimraf .cache public",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \"",
"setup": "node setup.js"
},
"repository": {
"type": "git",
"url": "https://github.com/esausilva/esausilva-dev"
},
"bugs": {
"url": "https://github.com/esausilva/esausilva-dev/issues"
}
}