-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·52 lines (52 loc) · 1.58 KB
/
package.json
File metadata and controls
executable file
·52 lines (52 loc) · 1.58 KB
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
{
"name": "@queen-raae/bootcamp-first-function",
"version": "1.0.0",
"private": false,
"description": "A Gatsby Mini Bootcamp from Queen Raae",
"author": "@raae",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@mui/icons-material": "^5.14.14",
"@mui/material": "^5.14.14",
"@mui/system": "^5.14.14",
"@raae/gatsby-plugin-donations": "^1.0.0-next.1",
"@raae/gatsby-plugin-let-it-snow": "^0.6.0",
"@raae/gatsby-plugin-starter": "^1.5.0",
"@raae/gatsby-remark-oembed": "^0.1.1",
"@raae/gatsby-source-youtube-oembed": "^0.2.0",
"@raae/gatsby-theme-mui": "^0.1.1",
"@sindresorhus/slugify": "^2.1.0",
"axios": "^0.24.0",
"gatsby": "4.0.2",
"gatsby-image": "^3.11.0",
"gatsby-plugin-gatsby-cloud": "4.0.0",
"gatsby-plugin-image": "^2.2.0",
"gatsby-plugin-manifest": "^4.10.2",
"gatsby-plugin-react-helmet": "^5.4.0",
"gatsby-plugin-sharp": "^4.2.0",
"gatsby-remark-images": "^6.25.0",
"gatsby-remark-prismjs": "^6.4.0",
"gatsby-remark-responsive-iframe": "^5.4.0",
"gatsby-source-filesystem": "^4.2.0",
"gatsby-source-sanity": "^7.3.2",
"gatsby-transformer-remark": "^5.4.0",
"gatsby-transformer-sharp": "^4.2.0",
"prismjs": "^1.25.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@netlify/plugin-gatsby": "^2.1.4",
"gatsby-plugin-netlify": "^4.0.0-next.0"
}
}