/ package.json
package.json
 1  {
 2    "name": "shadepro-gatsby",
 3    "description": "ShadePro Gatsby with Bootstrap 5, Styled Components, Slick Carousel, React Headroom, etc",
 4    "version": "2.0.0",
 5    "author": "grayic",
 6    "dependencies": {
 7      "@n8tb1t/use-scroll-position": "^2.0.3",
 8      "aos": "^2.3.4",
 9      "babel-plugin-styled-components": "^1.13.3",
10      "bootstrap": "^5.1.3",
11      "dotenv": "^8.1.0",
12      "gatsby": "^4.25.7",
13      "gatsby-plugin-react-helmet": "^5.0.0",
14      "gatsby-plugin-sass": "^5.0.0",
15      "gatsby-plugin-sharp": "^4.25.1",
16      "gatsby-plugin-styled-components": "^5.0.0",
17      "gatsby-source-filesystem": "^4.1.2",
18      "gatsby-transformer-remark": "^5.25.1",
19      "gatsby-transformer-sharp": "^4.25.0",
20      "gh-pages": "^3.2.3",
21      "google-map-react": "^1.1.7",
22      "lodash": "^4.17.15",
23      "node-gyp": "^8.4.1",
24      "polished": "^4.1.3",
25      "react": "^17.0.2",
26      "react-bootstrap": "^2.0.2",
27      "react-countdown": "^2.2.1",
28      "react-countup": "^4.3.3",
29      "react-day-picker": "^7.4.8",
30      "react-dom": "^16.10.2",
31      "react-headroom": "^3.2.0",
32      "react-helmet": "^6.1.0",
33      "react-icons": "^4.3.1",
34      "react-is": "^17.0.2",
35      "react-lazyload": "^3.0.0",
36      "react-player": "^2.0.1",
37      "react-scroll": "^1.8.1",
38      "react-select": "^5.2.1",
39      "react-slick": "^0.28.1",
40      "react-tilt": "^0.1.4",
41      "sass": "~1.32.6",
42      "sharp": "^0.29.3",
43      "slick-carousel": "^1.8.1",
44      "styled-components": "^5.0.0",
45      "styled-system": "^5.1.5"
46    },
47    "keywords": [
48      "gatsby"
49    ],
50    "license": "MIT",
51    "main": "n/a",
52    "scripts": {
53      "start": "yarn develop",
54      "build": "gatsby clean && gatsby build",
55      "clean": "gatsby clean",
56      "develop": "gatsby clean && gatsby develop",
57      "deploy": "gatsby build --prefix-paths && gh-pages -d public",
58      "serve": "gatsby serve",
59      "gh-pages": "gh-pages -d public",
60      "format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\""
61    },
62    "devDependencies": {
63      "prettier": "^1.17.0"
64    }
65  }