-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.67 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
{
"name": "przedszkole-site",
"version": "1.0.0",
"private": true,
"description": "przedszkole-site",
"author": "Krzysztof Orkisz",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"bulma": "^0.9.3",
"cheerio": "^1.0.0-rc.10",
"dompurify": "^2.3.1",
"gatsby": "^3.13.0",
"gatsby-plugin-fontawesome-css": "^1.1.0",
"gatsby-plugin-google-gtag": "^3.13.0",
"gatsby-plugin-image": "^1.13.0",
"gatsby-plugin-manifest": "^3.13.0",
"gatsby-plugin-netlify-cms": "^5.13.0",
"gatsby-plugin-react-helmet": "^4.13.0",
"gatsby-plugin-sass": "^4.13.0",
"gatsby-plugin-sharp": "^3.13.0",
"gatsby-source-filesystem": "^3.13.0",
"gatsby-transformer-remark": "^4.10.0",
"gatsby-transformer-sharp": "^3.13.0",
"gatsby-transformer-yaml": "^3.13.0",
"jsdom": "^16.7.0",
"lodash": "4.17.21",
"marked": "^2.1.3",
"netlify-cms-app": "^2.15.40",
"netlify-cms-media-library-cloudinary": "^1.3.10",
"node-fetch": "^2.6.1",
"nodemailer": "^6.6.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-google-recaptcha-v3": "^1.9.5",
"react-helmet": "^6.1.0",
"react-image-lightbox": "^5.1.4",
"sass": "^1.38.2"
},
"devDependencies": {
"@types/cheerio": "^0.22.30"
}
}