-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 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
{
"name": "gatsby-starter-contentful-homepage",
"version": "1.0.0",
"scripts": {
"start": "gatsby develop",
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"gatsby-provision": "gatsby-provision-contentful --contentful-data-path='./scripts/data.json' --space-id=$CONTENTFUL_SPACE_ID --management-token=$CONTENTFUL_MANAGEMENT_TOKEN",
"setup": "node ./scripts/setup.js",
"export-content": "contentful space export --space-id=$SPACE_ID --management-token=$MANAGEMENT_TOKEN --export-dir=scripts --content-file=data.json"
},
"dependencies": {
"@contentful/rich-text-html-renderer": "^15.11.1",
"@fontsource/dm-mono": "^4.5.9",
"@fontsource/dm-sans": "^4.5.8",
"@vanilla-extract/babel-plugin": "^1.2.0",
"@vanilla-extract/css": "^1.9.0",
"@vanilla-extract/css-utils": "^0.1.2",
"@vanilla-extract/webpack-plugin": "^2.1.12",
"feather-icons": "^4.29.0",
"gatsby": "^4.22.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^2.22.0",
"gatsby-plugin-manifest": "^4.6.0",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-sharp": "^4.24.0",
"gatsby-plugin-styled-components": "^5.24.0",
"gatsby-plugin-vanilla-extract": "^2.0.1",
"gatsby-remark-embed-video": "^3.2.1",
"gatsby-remark-images-contentful": "^5.23.0",
"gatsby-remark-responsive-iframe": "^5.23.0",
"gatsby-source-contentful": "^7.20.0",
"gatsby-source-filesystem": "^4.22.0",
"gatsby-transformer-remark": "^5.23.0",
"gatsby-transformer-sharp": "^4.24.0",
"is-absolute-url": "^4.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-helmet": "^6.1.0",
"react-slick": "^0.29.0",
"rehype-react": "^7.1.1",
"sharp": "^0.30.5",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.5"
},
"devDependencies": {
"chalk": "4",
"contentful-cli": "^1.15.3",
"contentful-import": "^8.3.2",
"gatsby-provision-contentful": "^0.0.3",
"husky": "^7.0.4",
"inquirer": "^8.2.0",
"lint-staged": "^12.3.5",
"prettier": "2.5.1",
"yargs-parser": "^21.0.0"
},
"license": "MIT"
}