mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-05 01:38:52 +02:00
* changelog * add alpha 68 docs * add missing publishConfig * update publish doc + v1 private package system * add version files * v2.0.0-alpha.68
35 lines
975 B
JSON
35 lines
975 B
JSON
{
|
|
"name": "@docusaurus/plugin-pwa",
|
|
"version": "2.0.0-alpha.68",
|
|
"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.1",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
|
|
"@babel/preset-env": "^7.12.1",
|
|
"@docusaurus/core": "2.0.0-alpha.68",
|
|
"babel-loader": "^8.2.1",
|
|
"clsx": "^1.1.1",
|
|
"core-js": "^2.6.5",
|
|
"joi": "^17.2.1",
|
|
"terser-webpack-plugin": "^4.1.0",
|
|
"webpack": "^4.44.1",
|
|
"webpack-merge": "^4.2.2",
|
|
"workbox-build": "^5.1.4",
|
|
"workbox-precaching": "^5.1.4",
|
|
"workbox-window": "^5.1.4"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.4",
|
|
"react-dom": "^16.8.4"
|
|
}
|
|
}
|