feat(web): add Progressive Web App (PWA) support (#25274)

This commit is contained in:
-LAN-
2025-09-06 16:04:24 +08:00
committed by GitHub
parent a78339a040
commit 52b1ac5f54
21 changed files with 1643 additions and 502 deletions

View File

@@ -106,6 +106,7 @@
"mitt": "^3.0.1",
"negotiator": "^0.6.3",
"next": "15.5.0",
"next-pwa": "^5.6.0",
"next-themes": "^0.4.3",
"pinyin-pro": "^3.25.0",
"qrcode.react": "^4.2.0",
@@ -155,6 +156,8 @@
},
"devDependencies": {
"@antfu/eslint-config": "^5.0.0",
"@babel/core": "^7.28.3",
"@babel/preset-env": "^7.28.3",
"@chromatic-com/storybook": "^3.1.0",
"@eslint-react/eslint-plugin": "^1.15.0",
"@eslint/eslintrc": "^3.1.0",
@@ -198,6 +201,7 @@
"@types/sortablejs": "^1.15.1",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^10.0.0",
"bing-translate-api": "^4.0.2",
"code-inspector-plugin": "^0.18.1",
"cross-env": "^7.0.3",