-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.45 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
{
"name": "patrickbuildscoolstuff-gatsby-site",
"private": true,
"description": "My gatsby website",
"version": "1.0.0",
"license": "UNLICENSED",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"deploy": "npm run -n \"-r dotenv/config\" && npm run build && gatsby-plugin-s3 deploy",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^14.1.2",
"@contentful/rich-text-types": "^14.1.2",
"gatsby": "^3.2.1",
"gatsby-plugin-image": "^1.2.0",
"gatsby-plugin-react-helmet": "^4.2.0",
"gatsby-plugin-s3": "^0.3.8",
"gatsby-plugin-sharp": "^3.2.0",
"gatsby-plugin-sitemap": "^3.2.0",
"gatsby-source-contentful": "^5.2.0",
"gatsby-transformer-sharp": "^3.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"util": "^0.12.3"
},
"devDependencies": {
"babel-jest": "^26.6.3",
"babel-preset-gatsby": "^1.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"prettier": "2.2.1",
"react-test-renderer": "^17.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/hatertron3000/patrickbuildscoolstuff-gatsby-site"
},
"bugs": {
"url": "https://github.com/hatertron3000/patrickbuildscoolstuff-gatsby-site/issues"
}
}