File size: 2,119 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
	"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"
	}
}