-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
65 lines (65 loc) · 1.94 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
57
58
59
60
61
62
63
64
65
{
"name": "shadepro-gatsby",
"description": "ShadePro Gatsby with Bootstrap 5, Styled Components, Slick Carousel, React Headroom, etc",
"version": "2.0.0",
"author": "grayic",
"dependencies": {
"@n8tb1t/use-scroll-position": "^2.0.3",
"aos": "^2.3.4",
"babel-plugin-styled-components": "^1.13.3",
"bootstrap": "^5.1.3",
"dotenv": "^8.1.0",
"gatsby": "^4.25.7",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-plugin-sass": "^5.0.0",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-plugin-styled-components": "^5.0.0",
"gatsby-source-filesystem": "^4.1.2",
"gatsby-transformer-remark": "^5.25.1",
"gatsby-transformer-sharp": "^4.25.0",
"gh-pages": "^3.2.3",
"google-map-react": "^1.1.7",
"lodash": "^4.17.15",
"node-gyp": "^8.4.1",
"polished": "^4.1.3",
"react": "^17.0.2",
"react-bootstrap": "^2.0.2",
"react-countdown": "^2.2.1",
"react-countup": "^4.3.3",
"react-day-picker": "^7.4.8",
"react-dom": "^16.10.2",
"react-headroom": "^3.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-is": "^17.0.2",
"react-lazyload": "^3.0.0",
"react-player": "^2.0.1",
"react-scroll": "^1.8.1",
"react-select": "^5.2.1",
"react-slick": "^0.28.1",
"react-tilt": "^0.1.4",
"sass": "~1.32.6",
"sharp": "^0.29.3",
"slick-carousel": "^1.8.1",
"styled-components": "^5.0.0",
"styled-system": "^5.1.5"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "yarn develop",
"build": "gatsby clean && gatsby build",
"clean": "gatsby clean",
"develop": "gatsby clean && gatsby develop",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"serve": "gatsby serve",
"gh-pages": "gh-pages -d public",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\""
},
"devDependencies": {
"prettier": "^1.17.0"
}
}