forked from Illinois-IoT/iot-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.34 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": "iot-website",
"version": "1.0.0",
"private": true,
"description": "iot-website",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@formspree/react": "^2.2.4",
"@fortawesome/fontawesome-free": "^5.15.4",
"@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",
"bootstrap": "^4.5.3",
"framer-motion": "^5.5.5",
"gatsby": "^4.4.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-mdx": "^3.16.1",
"gatsby-plugin-react-helmet": "^5.4.0",
"gatsby-plugin-sharp": "^4.16.1",
"gatsby-remark-images": "^6.16.0",
"gatsby-remark-prismjs": "^6.16.0",
"gatsby-remark-static-images": "^1.2.1",
"gatsby-source-filesystem": "^4.16.0",
"gatsby-transformer-remark": "^5.16.0",
"gatsby-transformer-sharp": "^4.16.0",
"marked": "^4.0.17",
"prismjs": "^1.28.0",
"react": "^17.0.1",
"react-bootstrap": "^1.4.0",
"react-card-flip": "^1.0.11",
"react-dom": "^17.0.1",
"react-google-slides": "^3.1.1",
"react-helmet": "^6.1.0",
"react-markdown": "^8.0.3"
}
}