-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.13 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
{
"name": "gatsby-space",
"version": "2.0.0",
"private": false,
"description": "Gatsby Space",
"author": "Nikki Peel",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"gatsby": "^4.10.1",
"gatsby-plugin-google-gtag": "^4.10.0",
"gatsby-plugin-image": "^2.10.0",
"gatsby-plugin-manifest": "^4.10.1",
"gatsby-plugin-netlify": "^4.1.0",
"gatsby-plugin-postcss": "^5.9.0",
"gatsby-plugin-sharp": "^4.10.0",
"gatsby-transformer-sharp": "^4.10.0",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-async-hook": "^4.0.0",
"react-countdown": "^2.3.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-player": "^2.9.0",
"react-router": "^6.2.2"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"postcss": "^8.4.7",
"prettier": "^2.2.1",
"tailwindcss": "^3.0.23"
}
}