-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.8 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
{
"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.16.2",
"@contentful/rich-text-types": "^16.0.2",
"@fontsource/heebo": "^4.5.15",
"dotenv": "^16.0.3",
"framer-motion": "^10.0.1",
"gatsby": "^4.23.0",
"gatsby-background-image": "^1.6.0",
"gatsby-plugin-feed": "^4.23.0",
"gatsby-plugin-image": "2.23.0",
"gatsby-plugin-manifest": "^4.23.0",
"gatsby-plugin-offline": "^5.23.0",
"gatsby-plugin-react-helmet": "^5.23.0",
"gatsby-plugin-robots-txt": "^1.7.1",
"gatsby-plugin-sharp": "^4.23.0",
"gatsby-plugin-sitemap": "^5.23.0",
"gatsby-plugin-styled-components": "^5.23.0",
"gatsby-source-contentful": "^7.21.0",
"gatsby-source-graphql": "^4.23.0",
"gatsby-transformer-sharp": "^4.23.0",
"gbimage-bridge": "^0.2.2",
"gsap": "^3.11.4",
"p-limit": "^4.0.0",
"react": "^18.0.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.8.0",
"react-image-gallery": "^1.2.11",
"react-markdown": "^8.0.5",
"sharp": "^0.30.1",
"showdown": "^2.1.0",
"styled-components": "^5.3.8"
},
"devDependencies": {
"babel-plugin-styled-components": "^2.0.7",
"prettier": "^2.8.4"
},
"repository": {
"type": "git",
"url": "https://github.com/bagseye/barcadia"
},
"bugs": {
"url": "https://github.com/bagseye/barcadia/issues"
}
}