mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"name": "@docusaurus/plugin-pwa",
|
|
"version": "3.4.0",
|
|
"description": "Docusaurus Plugin to add PWA support.",
|
|
"main": "lib/index.js",
|
|
"types": "src/plugin-pwa.d.ts",
|
|
"scripts": {
|
|
"build": "tsc --build && node ../../admin/scripts/copyUntypedFiles.js && prettier --config ../../.prettierrc --write \"lib/theme/**/*.js\"",
|
|
"watch": "run-p -c copy:watch build:watch",
|
|
"build:watch": "tsc --build --watch",
|
|
"copy:watch": "node ../../admin/scripts/copyUntypedFiles.js --watch"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/docusaurus-plugin-pwa"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.23.3",
|
|
"@babel/preset-env": "^7.23.3",
|
|
"@docusaurus/core": "3.4.0",
|
|
"@docusaurus/logger": "3.4.0",
|
|
"@docusaurus/theme-common": "3.4.0",
|
|
"@docusaurus/theme-translations": "3.4.0",
|
|
"@docusaurus/types": "3.4.0",
|
|
"@docusaurus/utils": "3.4.0",
|
|
"@docusaurus/utils-validation": "3.4.0",
|
|
"babel-loader": "^9.1.3",
|
|
"clsx": "^2.0.0",
|
|
"core-js": "^3.31.1",
|
|
"terser-webpack-plugin": "^5.3.9",
|
|
"tslib": "^2.6.0",
|
|
"webpack": "^5.88.1",
|
|
"webpack-merge": "^5.9.0",
|
|
"webpackbar": "^5.0.2",
|
|
"workbox-build": "^7.0.0",
|
|
"workbox-precaching": "^7.0.0",
|
|
"workbox-window": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/module-type-aliases": "3.4.0",
|
|
"fs-extra": "^11.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0"
|
|
}
|
|
}
|