-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 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
{
"name": "logo-albstadt",
"version": "1.0.0",
"private": true,
"description": "My Gatsby site",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"license": "0BSD",
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"bootstrap": "^4.5.3",
"gatsby": "^2.26.1",
"gatsby-plugin-gdpr-cookies": "^1.0.12",
"gatsby-plugin-image": "^0.3.1",
"gatsby-plugin-mdx": "^1.6.0",
"gatsby-plugin-netlify-cms": "^4.10.1",
"gatsby-plugin-postcss": "^3.3.0",
"gatsby-plugin-react-helmet": "^3.7.0",
"gatsby-plugin-sass": "^2.8.0",
"gatsby-plugin-sharp": "^2.10.1",
"gatsby-plugin-sitemap": "^2.9.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.7.0",
"gatsby-transformer-sharp": "^2.8.0",
"netlify-cms-app": "^2.14.4",
"node-sass": "^4.14.1",
"postcss": "^8.2.1",
"react": "^16.13.1",
"react-bootstrap": "^1.4.0",
"react-cookie-consent": "^6.2.2",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-obfuscate": "^3.6.8",
"smooth-scroll": "^16.1.3"
}
}