mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-25 17:22:50 +00:00
* chore: upgrade dependencies, fix lint-staged not outputting formatted log * fix * fix lock...
50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"name": "@docusaurus/plugin-pwa",
|
|
"version": "2.0.0-beta.20",
|
|
"description": "Docusaurus Plugin to add PWA support.",
|
|
"main": "lib/index.js",
|
|
"types": "src/plugin-pwa.d.ts",
|
|
"scripts": {
|
|
"build": "yarn build:server && yarn build:browser && yarn build:copy",
|
|
"build:server": "tsc --project tsconfig.server.json",
|
|
"build:browser": "tsc --project tsconfig.browser.json",
|
|
"build:copy": "node copyUntypedFiles.mjs"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/docusaurus-plugin-pwa"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.17.10",
|
|
"@babel/preset-env": "^7.17.10",
|
|
"@docusaurus/core": "2.0.0-beta.20",
|
|
"@docusaurus/theme-common": "2.0.0-beta.20",
|
|
"@docusaurus/theme-translations": "2.0.0-beta.20",
|
|
"@docusaurus/utils": "2.0.0-beta.20",
|
|
"@docusaurus/utils-validation": "2.0.0-beta.20",
|
|
"babel-loader": "^8.2.5",
|
|
"clsx": "^1.1.1",
|
|
"core-js": "^3.22.5",
|
|
"terser-webpack-plugin": "^5.3.1",
|
|
"tslib": "^2.4.0",
|
|
"webpack": "^5.72.1",
|
|
"webpack-merge": "^5.8.0",
|
|
"workbox-build": "^6.5.3",
|
|
"workbox-precaching": "^6.5.3",
|
|
"workbox-window": "^6.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/module-type-aliases": "2.0.0-beta.20",
|
|
"fs-extra": "^10.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.4 || ^17.0.0",
|
|
"react-dom": "^16.8.4 || ^17.0.0"
|
|
}
|
|
}
|