mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "@docusaurus/plugin-pwa",
|
|
"version": "2.0.0-beta.9",
|
|
"description": "Docusaurus Plugin to add PWA support.",
|
|
"main": "src/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/docusaurus-plugin-pwa"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.12.16",
|
|
"@babel/preset-env": "^7.15.6",
|
|
"@docusaurus/core": "2.0.0-beta.9",
|
|
"@docusaurus/theme-common": "2.0.0-beta.9",
|
|
"@docusaurus/utils": "2.0.0-beta.9",
|
|
"@docusaurus/utils-validation": "2.0.0-beta.9",
|
|
"babel-loader": "^8.2.2",
|
|
"clsx": "^1.1.1",
|
|
"core-js": "^2.6.5",
|
|
"terser-webpack-plugin": "^5.2.4",
|
|
"webpack": "^5.61.0",
|
|
"webpack-merge": "^5.7.3",
|
|
"workbox-build": "^6.1.1",
|
|
"workbox-precaching": "^6.1.1",
|
|
"workbox-window": "^6.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"react": "^16.8.4 || ^17.0.0",
|
|
"react-dom": "^16.8.4 || ^17.0.0"
|
|
}
|
|
}
|