File size: 2,460 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
69
{
	"name": "@automattic/help-center-app",
	"version": "1.0.0",
	"description": "Help Center app to be used in Jetpack.",
	"homepage": "https://github.com/Automattic/wp-calypso",
	"license": "GPL-2.0-or-later",
	"author": "Automattic Inc.",
	"sideEffects": [
		"*.css",
		"*.scss",
		"./config.js"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Automattic/wp-calypso.git",
		"directory": "apps/help-center"
	},
	"publishConfig": {
		"access": "public"
	},
	"bugs": "https://github.com/Automattic/wp-calypso/issues",
	"types": "dist/types",
	"scripts": {
		"clean": "rm -rf dist",
		"teamcity:build-app": "yarn run build",
		"build": "NODE_ENV=production yarn dev",
		"build:app": "calypso-build",
		"dev": "yarn run calypso-apps-builder --localPath dist --remotePath /home/wpcom/public_html/widgets.wp.com/help-center",
		"prepack": "yarn run clean && yarn run build",
		"watch": "tsc --build ./tsconfig.json --watch",
		"translate": "rm -rf dist/strings && wp-babel-makepot './dist/*.{js,jsx,ts,tsx}' --ignore '**/node_modules/**,**/test/**,**/*.d.ts' --base './dist' --dir './dist/strings' --output './dist/help-center.pot' && build-app-languages --stringsFilePath='./dist/help-center.pot' --outputPath='./dist/languages' --outputFormat='JS'"
	},
	"dependencies": {
		"@automattic/calypso-analytics": "workspace:^",
		"@automattic/help-center": "workspace:^",
		"@automattic/i18n-utils": "workspace:^",
		"@automattic/zendesk-client": "workspace:^",
		"@tanstack/react-query": "^5.15.5",
		"@wordpress/components": "^29.9.0",
		"@wordpress/compose": "^7.23.0",
		"@wordpress/data": "^10.23.0",
		"@wordpress/plugins": "^7.23.0",
		"@wordpress/private-apis": "^1.23.0",
		"@wordpress/router": "^1.23.0",
		"postcss-prefix-selector": "^1.16.1"
	},
	"devDependencies": {
		"@automattic/calypso-apps-builder": "workspace:^",
		"@automattic/calypso-build": "workspace:^",
		"@automattic/calypso-typescript-config": "workspace:^",
		"@automattic/wp-babel-makepot": "workspace:^",
		"@wordpress/dependency-extraction-webpack-plugin": "^6.24.0",
		"@wordpress/readable-js-assets-webpack-plugin": "^3.24.0",
		"copy-webpack-plugin": "^10.2.4",
		"typescript": "^5.8.3",
		"webpack": "^5.99.8"
	},
	"peerDependencies": {
		"@automattic/calypso-router": "workspace:^",
		"@wordpress/data": "^10.23.0",
		"@wordpress/element": "^6.23.0",
		"postcss": "*",
		"react": "^18.2.0",
		"react-dom": "^18.2.0",
		"redux": "^5.0.1"
	},
	"private": true
}