-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
72 lines (72 loc) · 2.18 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
68
69
70
71
72
{
"name": "macharia_muguku_react_gatsby_portfolio",
"private": true,
"description": "A Macharia Muguku software engineer portfolio website",
"version": "0.1.0",
"author": "Macharia Muguku <[email protected]>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@primer/octicons-react": "^19.11.0",
"babel-plugin-styled-components": "^2.1.4",
"gatsby": "^5.13.7",
"gatsby-background-image": "^1.6.0",
"gatsby-cli": "^5.13.3",
"gatsby-image": "^3.11.0",
"gatsby-plugin-htaccess": "^1.4.0",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-offline": "^6.13.3",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-styled-components": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-source-graphql": "^5.13.1",
"gatsby-source-medium": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"prop-types": "^15.7.2",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-spring": "^9.7.4",
"react-tooltip": "^5.28.0",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"babel-jest": "^29.7.0",
"babel-preset-gatsby": "^3.13.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"prettier": "^3.3.3"
},
"keywords": [
"macharia",
"muguku",
"portfolio",
"website",
"gatsby",
"react",
"javascript"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "yarn run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/machariamuguku/macharia_muguku_react_gatsby_portfolio"
},
"bugs": {
"url": "https://github.com/machariamuguku/macharia_muguku_react_gatsby_portfolio/issues"
}
}