-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.29 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
{
"name": "@landing/012-gatsby",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.0.1",
"author": "RedQ, Inc.",
"dependencies": {
"framer-motion": "^3.3.0",
"gatsby": "^2.32.2",
"gatsby-image": "^2.11.0",
"gatsby-plugin-google-analytics": "^2.11.0",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-manifest": "^2.12.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-robots-txt": "^1.5.5",
"gatsby-plugin-sharp": "^2.14.0",
"gatsby-plugin-theme-ui": "^0.3.5",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.11.0",
"gatsby-transformer-sharp": "^2.12.0",
"polished": "^4.1.0",
"prop-types": "^15.7.2",
"rc-collapse": "^3.1.0",
"rc-drawer": "^4.3.0",
"rc-motion": "^2.4.1",
"react": "^17.0.1",
"react-collapsible": "^2.8.3",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.1.0",
"react-scroll": "^1.8.1",
"react-slick": "^0.28.0",
"react-stickynode": "^3.0.4",
"theme-ui": "^0.3.5"
},
"devDependencies": {
"prettier": "^2.2.1"
},
"keywords": [
"gatsby"
],
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
}
}