| { | |
| "name": "WordPressDesktop", | |
| "version": "8.1.0-beta6", | |
| "repository": { | |
| "type": "git", | |
| "url": "https://github.com/Automattic/wp-calypso/", | |
| "directory": "/desktop" | |
| }, | |
| "license": "GPLv2", | |
| "private": true, | |
| "description": "Desktop version of WordPress.com.", | |
| "author": { | |
| "name": "Automattic Inc.", | |
| "email": "wp-desktop@automattic.com" | |
| }, | |
| "homepage": "https://desktop.wordpress.com/", | |
| "main": "./dist/index.js", | |
| "keywords": [ | |
| "Automattic", | |
| "desktop", | |
| "wordpress" | |
| ], | |
| "scripts": { | |
| "dev": "cross-env NODE_ENV=development DEBUG=1 WP_DESKTOP_DEBUG=1 electron app/index.js", | |
| "dev:localhost": "cross-env WP_DESKTOP_BASE_URL=\"http://calypso.localhost:3000\" yarn run dev", | |
| "ci:build-mac": "yarn run build:main && node bin/build-mac-ci", | |
| "build": "yarn run build:main && yarn run build:app", | |
| "build:app": "yarn electron-builder ${ELECTRON_BUILDER_ARGS:-} build --publish never", | |
| "build:main": "yarn run build:config && webpack --stats-preset errors-only", | |
| "build:config": "node bin/build-desktop-config.js", | |
| "build:secrets": "node bin/build-desktop-secrets.js", | |
| "ci:github:add-review": "node bin/github/add-review.js", | |
| "ci:github:dismiss-review": "node bin/github/dismiss-review.js", | |
| "test:e2e": "jest -c test/e2e/config/jest.config.js" | |
| }, | |
| "devDependencies": { | |
| "@automattic/calypso-build": "workspace:^", | |
| "@automattic/calypso-eslint-overrides": "workspace:^", | |
| "@electron/notarize": "^2.4.0", | |
| "@playwright/browser-chromium": "1.48.2", | |
| "copy-webpack-plugin": "^10.2.4", | |
| "electron": "26.2.4", | |
| "electron-builder": "23.0.3", | |
| "electron-rebuild": "^2.3.5", | |
| "jest": "^29.7.0", | |
| "lodash": "^4.17.21", | |
| "playwright": "1.48.2", | |
| "postcss": "^8.5.3", | |
| "react": "^18.3.1", | |
| "react-dom": "^18.3.1", | |
| "webpack": "^5.99.8", | |
| "webpack-cli": "^4.10.0" | |
| }, | |
| "dependencies": { | |
| "archiver": "^3.1.1", | |
| "cross-env": "^7.0.3", | |
| "electron-fetch": "^1.7.4", | |
| "electron-store": "^8.1.0", | |
| "electron-updater": "^4.2.5", | |
| "js-yaml": "^4.1.0", | |
| "semver": "^7.7.2", | |
| "superagent": "^3.8.3", | |
| "winston": "^3.3.3", | |
| "wpcom-xhr-request": "workspace:^", | |
| "ws": "^7.5.10" | |
| } | |
| } | |