File size: 2,174 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
70
71
72
73
74
75
76
77
{
	"name": "@automattic/calypso-build",
	"version": "10.0.0",
	"description": "Shared Calypso build configuration files.",
	"keywords": [
		"babel",
		"build",
		"bundle",
		"compile",
		"config",
		"webpack",
		"wordpress"
	],
	"author": "Automattic Inc.",
	"homepage": "https://github.com/Automattic/wp-calypso",
	"license": "GPL-2.0-or-later",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Automattic/wp-calypso.git",
		"directory": "packages/calypso-build"
	},
	"publishConfig": {
		"access": "public"
	},
	"bugs": "https://github.com/Automattic/wp-calypso/issues",
	"bin": {
		"build-app-languages": "./bin/build-app-languages.js",
		"calypso-build": "./bin/calypso-build.js",
		"copy-assets": "./bin/copy-assets.js",
		"transpile": "./bin/transpile.js"
	},
	"browserslist": [
		"extends @wordpress/browserslist-config"
	],
	"types": "./typings/calypso-assets/index.d.ts",
	"dependencies": {
		"@automattic/calypso-babel-config": "workspace:^",
		"@automattic/languages": "workspace:^",
		"@automattic/webpack-rtl-plugin": "workspace:^",
		"@babel/compat-data": "^7.27.2",
		"@babel/core": "^7.27.1",
		"@swc/core": "^1.11.24",
		"@types/webpack-env": "^1.18.8",
		"@wordpress/browserslist-config": "^6.23.0",
		"@wordpress/dependency-extraction-webpack-plugin": "^6.24.0",
		"autoprefixer": "^10.4.21",
		"babel-loader": "^8.2.3",
		"browserslist": "^4.24.5",
		"css-loader": "^6.11.0",
		"css-minimizer-webpack-plugin": "^3.4.1",
		"duplicate-package-checker-webpack-plugin": "^3.0.0",
		"lodash": "^4.17.21",
		"mini-css-extract-plugin": "^1.6.2",
		"postcss-custom-properties": "^12.1.11",
		"postcss-loader": "^6.2.1",
		"recursive-copy": "^2.0.14",
		"sass": "1.54.0",
		"sass-loader": "^13.3.3",
		"semver": "^7.7.2",
		"stream-browserify": "^3.0.0",
		"terser-webpack-plugin": "^5.3.14",
		"thread-loader": "^3.0.4",
		"typescript": "^5.8.3",
		"webpack-cli": "^4.10.0",
		"yargs": "^17.7.2"
	},
	"devDependencies": {
		"@automattic/calypso-eslint-overrides": "workspace:^",
		"@automattic/calypso-typescript-config": "workspace:^",
		"gettext-parser": "^6.0.0"
	},
	"peerDependencies": {
		"postcss": "^8.5.3",
		"webpack": "^5.99.8"
	}
}