-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.17 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
{
"name": "portfiolo-ux-engineer",
"private": false,
"description": "Hope's Portfolio",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"prettier": "prettier --write .",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.16.2",
"contentful": "^9.3.0",
"gatsby": "^5.2.0",
"gatsby-plugin-google-gtag": "^5.3.0",
"gatsby-plugin-image": "^3.5.0",
"gatsby-plugin-manifest": "^5.7.0",
"gatsby-plugin-sharp": "^5.5.0",
"gatsby-source-contentful": "^8.5.0",
"gatsby-source-filesystem": "^5.5.0",
"gatsby-transformer-remark": "^6.5.0",
"gatsby-transformer-sharp": "^5.5.0",
"prettier": "^2.5.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swiper": "^8.4.5"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}