Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite3fbe83

Browse files
committed
feat: add pwa support
1 parent02f975d commite3fbe83

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

‎gatsby-config.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = {
1515
},
1616
plugins:[
1717
'gatsby-plugin-react-helmet',
18+
'gatsby-plugin-offline',
1819
'gatsby-plugin-image',
1920
{
2021
resolve:'gatsby-source-filesystem',
@@ -52,6 +53,5 @@ module.exports = {
5253
portalZIndex:40,
5354
},
5455
},
55-
'@chakra-ui/gatsby-plugin',
5656
],
5757
};

‎package.json‎

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,35 @@
66
"author":"Lokesh Rajendran <lokesh.aero@gmail.com>",
77
"dependencies": {
88
"@chakra-ui/gatsby-plugin":"^1.0.1",
9+
"@chakra-ui/icons":"^1.0.5",
910
"@chakra-ui/react":"^1.3.4",
1011
"@emotion/react":"^11.1.5",
1112
"@emotion/styled":"^11.1.5",
13+
"blobshape":"^1.0.0",
14+
"dynamics.js":"^1.1.5",
1215
"framer-motion":"^3.10.3",
1316
"gatsby":"^3.0.1",
17+
"gatsby-image":"^3.0.0",
1418
"gatsby-plugin-gatsby-cloud":"^2.0.0",
19+
"gatsby-plugin-google-analytics":"^3.0.0",
1520
"gatsby-plugin-image":"^1.0.0",
1621
"gatsby-plugin-manifest":"^3.0.0",
1722
"gatsby-plugin-offline":"^4.0.0",
1823
"gatsby-plugin-react-helmet":"^4.0.0",
1924
"gatsby-plugin-sharp":"^3.0.0",
20-
"gatsby-source-filesystem":"^3.0.0",
21-
"gatsby-transformer-sharp":"^3.0.0",
22-
"prop-types":"^15.7.2",
23-
"react":"^17.0.1",
24-
"react-dom":"^17.0.1",
25-
"react-helmet":"^6.1.0",
26-
"@chakra-ui/icons":"^1.0.5",
27-
"blobshape":"^1.0.0",
28-
"dynamics.js":"^1.1.5",
29-
"gatsby-image":"^3.0.0",
30-
"gatsby-plugin-google-analytics":"^3.0.0",
3125
"gatsby-plugin-sitemap":"^3.0.0",
3226
"gatsby-rehype-prismjs":"^2.0.0",
3327
"gatsby-remark-prismjs":"^4.0.0",
28+
"gatsby-source-filesystem":"^3.0.0",
3429
"gatsby-transformer-rehype":"^2.0.0",
3530
"gatsby-transformer-remark":"^3.0.0",
31+
"gatsby-transformer-sharp":"^3.0.0",
3632
"prismjs":"^1.23.0",
3733
"project-name-generator":"^2.1.9",
34+
"prop-types":"^15.7.2",
35+
"react":"^17.0.1",
36+
"react-dom":"^17.0.1",
37+
"react-helmet":"^6.1.0",
3838
"react-syntax-highlighter":"^15.4.3",
3939
"redux-zero":"^5.1.7",
4040
"use-sound":"^2.0.1"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp