mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-29 13:33:06 +00:00
31 lines
823 B
JSON
31 lines
823 B
JSON
{
|
|
"name": "@docusaurus/plugin-pwa",
|
|
"version": "2.0.0-alpha.62",
|
|
"description": "Docusaurus Plugin to add PWA support",
|
|
"main": "src/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.10.3",
|
|
"@babel/preset-env": "^7.9.0",
|
|
"@hapi/joi": "^17.1.1",
|
|
"babel-loader": "^8.1.0",
|
|
"clsx": "^1.1.1",
|
|
"core-js": "^2.6.5",
|
|
"terser-webpack-plugin": "^2.3.5",
|
|
"webpack": "^4.41.2",
|
|
"webpack-merge": "^4.2.2",
|
|
"workbox-build": "^5.1.2",
|
|
"workbox-precaching": "^5.1.2",
|
|
"workbox-window": "^5.1.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@docusaurus/core": "^2.0.0",
|
|
"react": "^16.8.4",
|
|
"react-dom": "^16.8.4"
|
|
}
|
|
}
|