-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1018 Bytes
/
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
{
"name": "gatsby-office",
"version": "1.0.0",
"private": true,
"description": "Gatsby-office",
"author": "Dominik Pietrzyca",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.17",
"gatsby": "^4.6.1",
"gatsby-plugin-image": "^2.6.0",
"gatsby-plugin-sass": "^5.6.0",
"gatsby-plugin-sharp": "^4.6.0",
"gatsby-source-datocms": "^3.0.15",
"gatsby-source-filesystem": "^4.6.0",
"gatsby-transformer-sharp": "^4.6.0",
"react": "^17.0.1",
"react-burger-menu": "^3.0.6",
"react-datocms": "^3.0.11",
"react-dom": "^17.0.1",
"sass": "^1.49.7",
"simple-react-lightbox": "^3.6.9-0",
"swiper": "^8.0.6"
}
}