forked from bagseye/barcadia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.53 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
{
"name": "barcadia",
"private": true,
"description": "A super-fast site using GatsbyJS",
"version": "2.0.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.10.1",
"@contentful/rich-text-types": "^15.10.1",
"@fontsource/heebo": "^4.5.2",
"babel-plugin-styled-components": "^2.0.2",
"dotenv": "^10.0.0",
"framer-motion": "^5.5.5",
"gatsby": "^4.8.1",
"gatsby-background-image": "^1.6.0",
"gatsby-plugin-image": "^2.4.0",
"gatsby-plugin-react-helmet": "^5.4.0",
"gatsby-plugin-robots-txt": "^1.6.14",
"gatsby-plugin-sharp": "^4.4.0",
"gatsby-plugin-sitemap": "^5.4.0",
"gatsby-plugin-styled-components": "^5.4.0",
"gatsby-source-contentful": "^7.2.0",
"gatsby-transformer-sharp": "^4.4.0",
"gbimage-bridge": "^0.2.0",
"gsap": "^3.9.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-image-gallery": "^1.2.7",
"styled-components": "^5.3.0"
},
"devDependencies": {
"prettier": "^2.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/bagseye/barcadia"
},
"bugs": {
"url": "https://github.com/bagseye/barcadia/issues"
}
}