-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.65 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
{
"name": "Chocolate-Free-Food-Blog",
"version": "1.0.0",
"description": "Chocolate Free Blog",
"main": "index.js",
"author": "Khaled Garbaya <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/Khaledgarbaya/chocolate-free-website"
},
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"start": "gatsby serve"
},
"license": "MIT",
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.11.1",
"@contentful/rich-text-types": "^15.11.1",
"cheerio": "^1.0.0-rc.10",
"downshift": "3",
"gatsby": "next",
"gatsby-image": "next",
"gatsby-plugin-algolia": "^0.26.0",
"gatsby-plugin-feed": "next",
"gatsby-plugin-gatsby-cloud": "next",
"gatsby-plugin-google-analytics": "next",
"gatsby-plugin-image": "next",
"gatsby-plugin-manifest": "next",
"gatsby-plugin-postcss": "^5.24.0",
"gatsby-plugin-purgecss": "next",
"gatsby-plugin-react-helmet": "next",
"gatsby-plugin-sass": "next",
"gatsby-plugin-sharp": "next",
"gatsby-plugin-sitemap": "next",
"gatsby-source-contentful": "next",
"gatsby-transformer-remark": "next",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"node-sass": "^7.0.1",
"progress": "^2.0.3",
"react": "^18",
"react-dom": "^18",
"react-helmet": "^6.1.0",
"react-instantsearch": "5",
"react-share": "^4.4.0",
"react-typography": "^0.16.20",
"request": "^2.88.0",
"slash": "3",
"tailwindcss": "^3.0.18",
"tailwindcss-aspect-ratio": "^3.0.0",
"typography": "^0.16.21",
"typography-breakpoint-constants": "^0.16.19",
"unfetch": "^4.1.0"
}
}