-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.17 KB
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
{
"name": "more-sleep-web-app",
"version": "1.0.0",
"private": true,
"description": "more-sleep-web-app",
"author": "seyidayo",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.2.0",
"@types/react-helmet": "^6.1.2",
"autoprefixer": "^10.3.3",
"babel-plugin-styled-components": "^1.13.2",
"dotenv": "^10.0.0",
"gatsby": "^3.11.1",
"gatsby-plugin-gatsby-cloud": "^3.0.0",
"gatsby-plugin-image": "^1.10.1",
"gatsby-plugin-react-helmet": "^4.12.0",
"gatsby-plugin-sharp": "^3.10.2",
"gatsby-plugin-sass": "next",
"gatsby-plugin-typescript": "^3.12.0",
"gatsby-source-contentful": "^5.12.0",
"gatsby-transformer-sharp": "^3.10.0",
"googleapis": "^73.0.0",
"node-fetch": "^2.6.1",
"query-string": "^7.0.0",
"react": "^17.0.1",
"react-calendly": "^2.2.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-paystack": "^3.0.4",
"sass": "^1.32.13",
"tailwindcss": "^2.2.7"
}
}