-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.56 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
{
"name": "@landing/027-gatsby",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.0.1",
"author": "RedQ, Inc.",
"dependencies": {
"@emotion/core": "^11.0.0",
"framer-motion": "^4.0.3",
"gatsby": "^3.1.2",
"gatsby-image": "^3.1.0",
"gatsby-plugin-google-analytics": "^3.1.0",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-manifest": "^3.1.0",
"gatsby-plugin-react-helmet": "^4.1.0",
"gatsby-plugin-robots-txt": "^1.5.5",
"gatsby-plugin-sharp": "^3.1.2",
"gatsby-plugin-theme-ui": "^0.6.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^3.2.0",
"gatsby-transformer-sharp": "^3.2.0",
"polished": "^4.0.5",
"prop-types": "^15.7.2",
"rc-drawer": "^4.3.1",
"react": "^17.0.2",
"react-countdown": "^2.3.1",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-modal-video": "^1.2.6",
"react-scroll": "^1.8.2",
"react-slick": "^0.28.1",
"react-stickynode": "^3.0.5",
"react-waypoint": "^9.0.3",
"theme-ui": "^0.6.0",
"typeface-archivo": "^1.1.13",
"typeface-bree-serif": "^1.1.13",
"typeface-dm-sans": "^1.1.13"
},
"devDependencies": {
"gh-pages": "^3.2.1",
"prettier": "^2.2.1"
},
"keywords": [
"gatsby"
],
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
}
}