File "package.json"
Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/package.json
File
size: 2.36 B (2.36 KB bytes)
MIME-type: application/json
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
{
"private": true,
"description": "Easily restore or download a backup of your site from a specific moment in time.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/backup/#readme",
"bugs": {
"url": "https://github.com/Automattic/jetpack/labels/[Package] Backup"
},
"repository": {
"type": "git",
"url": "https://github.com/Automattic/jetpack.git",
"directory": "projects/packages/backup"
},
"license": "GPL-2.0-or-later",
"author": "Automattic",
"scripts": {
"build": "pnpm run clean && pnpm run build-client",
"build-client": "webpack",
"build-concurrently": "pnpm run clean && concurrently 'pnpm:build-client' 'pnpm:build-php'",
"build-production-concurrently": "pnpm run clean && concurrently 'NODE_ENV=production BABEL_ENV=production pnpm run build-client' && pnpm run validate",
"clean": "rm -rf build/",
"test": "jest --config=tests/jest.config.js",
"test-coverage": "pnpm run test --coverage",
"validate": "pnpm exec validate-es build/",
"watch": "pnpm run build && webpack watch"
},
"browserslist": [
"extends @wordpress/browserslist-config"
],
"dependencies": {
"@automattic/jetpack-analytics": "^1.0.4",
"@automattic/jetpack-api": "^1.0.6",
"@automattic/jetpack-components": "^1.1.17",
"@automattic/jetpack-connection": "^1.4.0",
"@automattic/jetpack-shared-extension-utils": "^1.3.9",
"@automattic/number-formatters": "^1.0.10",
"@tanstack/react-query": "5.75.1",
"@wordpress/api-fetch": "7.26.0",
"@wordpress/components": "29.12.0",
"@wordpress/data": "10.26.0",
"@wordpress/date": "5.26.0",
"@wordpress/element": "6.26.0",
"@wordpress/i18n": "5.26.0",
"moment": "2.30.1",
"prop-types": "^15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@automattic/jetpack-base-styles": "^1.0.6",
"@automattic/jetpack-webpack-config": "workspace:*",
"@babel/core": "7.28.0",
"@babel/preset-env": "7.28.0",
"@babel/runtime": "7.27.6",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/react": "18.3.23",
"@wordpress/browserslist-config": "6.26.0",
"concurrently": "7.6.0",
"jest": "30.0.4",
"jest-environment-jsdom": "30.0.4",
"sass-embedded": "1.87.0",
"sass-loader": "16.0.5",
"storybook": "9.0.15",
"typescript": "5.8.3",
"webpack": "5.94.0",
"webpack-cli": "6.0.1"
}
}