-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.37 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
51
52
53
{
"name": "album-cards",
"version": "1.0.0",
"private": true,
"description": "Album Cards",
"author": "sweethuman",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.5",
"@mui/lab": "^5.0.0-alpha.61",
"@mui/material": "^5.2.5",
"axios": "^0.24.0",
"contrast-color": "^1.0.1",
"fast-average-color": "^7.0.1",
"gatsby": "^4.4.0",
"gatsby-plugin-image": "^2.4.0",
"gatsby-plugin-manifest": "^4.4.0",
"gatsby-plugin-netlify": "^3.14.0",
"gatsby-plugin-react-helmet": "^5.4.0",
"gatsby-plugin-sharp": "^4.4.0",
"gatsby-plugin-sitemap": "^5.4.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^4.4.0",
"gatsby-theme-material-ui": "^5.1.0",
"gatsby-transformer-sharp": "^4.4.0",
"qrcode": "^1.5.0",
"qrcode-with-logos": "^1.0.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-to-print": "^2.14.2"
},
"volta": {
"node": "16.13.1",
"npm": "8.3.0"
},
"devDependencies": {
"@types/qrcode": "^1.4.2",
"@types/react-helmet": "^6.1.4",
"prettier": "^2.5.1"
}
}