-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.41 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
{
"name": "rojandinc.se",
"version": "1.0.0",
"private": true,
"description": "rojandinc.se",
"author": "rojan-dinc",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop -H 0.0.0.0",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@fontsource/poppins": "^4.5.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"babel-plugin-styled-components": "^1.13.3",
"bootstrap": "5.1.3",
"gatsby": "^3.11.1",
"gatsby-plugin-image": "^1.11.0",
"gatsby-plugin-react-helmet": "^4.11.0",
"gatsby-plugin-sharp": "^3.11.0",
"gatsby-plugin-sitemap": "^4.7.0",
"gatsby-plugin-styled-components": "^5.2.0",
"gatsby-remark-images": "^6.3.0",
"gatsby-source-filesystem": "^3.11.0",
"gatsby-transformer-remark": "^4.11.0",
"gatsby-transformer-sharp": "^3.11.0",
"highlight.js": "^11.4.0",
"react": "^17.0.1",
"react-bootstrap": "^2.0.2",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-masonry-css": "^1.0.16",
"styled-components": "^5.3.3"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"postcss": "^8.3.11"
},
"engines": {
"node": ">=16.0.0 <17.0.0"
}
}