Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
thepassage.overlookedtracks.com
/
wp-content9
/
plugins
/
solid-backups
/
Editing: package.json
{ "name": "@solidwp/backups", "version": "0.1.1", "private": true, "description": "Keep your site backed up to the cloud.", "main": "assets/js/onboard.js", "scripts": { "build": "wp-scripts build --output-path=dist assets/js/onboard.js assets/js/settings.js", "check-engines": "wp-scripts check-engines", "check-licenses": "wp-scripts check-licenses", "format": "wp-scripts format", "lint:css": "wp-scripts lint-style", "lint:js": "wp-scripts lint-js", "lint:md:docs": "wp-scripts lint-md-docs", "lint:pkg-json": "wp-scripts lint-pkg-json", "packages-update": "wp-scripts packages-update", "plugin-zip": "wp-scripts plugin-zip", "start": "wp-scripts start --output-path=dist assets/js/onboard.js assets/js/settings.js", "test:e2e": "wp-scripts test-e2e", "test:unit": "wp-scripts test-unit-js" }, "dependencies": { "@emotion/cache": "11.11.0", "@emotion/css": "11.11.2", "@emotion/is-prop-valid": "1.2.2", "@emotion/react": "11.11.4", "@emotion/styled": "11.11.5", "@ithemes/ui": "^0.14.2", "@pmmmwh/react-refresh-webpack-plugin": "0.5.10", "@ithemes/central-connect": "^0.0.4", "@wordpress/api-fetch": "^7.6.0", "@wordpress/components": "^28.3.0", "@wordpress/compose": "^7.3.0", "@wordpress/data": "^10.19.0", "@wordpress/date": "^5.3.0", "@wordpress/element": "^6.3.0", "@wordpress/i18n": "^5.3.0", "@wordpress/icons": "^10.4.0", "@wordpress/keycodes": "^4.3.0", "@wordpress/primitives": "^4.3.0", "@wordpress/url": "^4.6.0", "date-fns": "2.30.0", "interweave": "^13.1.0", "react": "18.3.1", "react-dom": "18.3.1" }, "devDependencies": { "@wordpress/scripts": "^27.8.0" } }
Save
Cancel