-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.33 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
{
"name": "vizao",
"version": "1.0.0",
"private": true,
"description": "vizao",
"author": "Desire Gasagara",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@loadable/component": "^5.15.2",
"@popperjs/core": "^2.6.0",
"babel-plugin-styled-components": "^2.0.6",
"bootstrap": "^5.1.3",
"gatsby": "^4.9.2",
"gatsby-image": "^3.11.0",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-google-analytics": "^4.10.0",
"gatsby-plugin-google-gtag": "^4.10.0",
"gatsby-plugin-image": "^2.9.0",
"gatsby-plugin-manifest": "^4.10.0",
"gatsby-plugin-netlify": "^4.1.0",
"gatsby-plugin-offline": "^5.10.0",
"gatsby-plugin-sass": "^5.9.0",
"gatsby-plugin-scroll-reveal": "^0.0.7",
"gatsby-plugin-sharp": "^4.10.2",
"gatsby-plugin-sitemap": "^5.11.1",
"gatsby-plugin-smoothscroll": "^1.2.0",
"gatsby-plugin-styled-components": "^5.10.0",
"gatsby-source-filesystem": "^4.9.0",
"gatsby-transformer-sharp": "^4.10.0",
"react": "^17.0.1",
"react-bootstrap": "^2.2.1",
"react-dom": "^17.0.1",
"sass": "^1.49.9",
"smoothscroll-polyfill": "^0.4.4",
"styled-components": "^5.3.3"
}
}