File size: 1,420 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
{
	"name": "@automattic/calypso-babel-config",
	"version": "1.0.0",
	"description": "Shared babel configuration used in Calypso projects.",
	"keywords": [
		"babel",
		"build",
		"calypso"
	],
	"author": "Automattic Inc.",
	"homepage": "https://github.com/Automattic/wp-calypso",
	"license": "GPL-2.0-or-later",
	"main": "./config.js",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Automattic/wp-calypso.git",
		"directory": "packages/calypso-babel-config"
	},
	"publishConfig": {
		"access": "public"
	},
	"bugs": "https://github.com/Automattic/wp-calypso/issues",
	"dependencies": {
		"@automattic/babel-plugin-i18n-calypso": "workspace:^",
		"@automattic/babel-plugin-preserve-i18n": "workspace:^",
		"@automattic/babel-plugin-transform-wpcalypso-async": "workspace:^",
		"@babel/cli": "^7.27.2",
		"@babel/core": "^7.27.1",
		"@babel/helpers": "^7.27.1",
		"@babel/plugin-proposal-class-properties": "^7.18.6",
		"@babel/plugin-transform-react-jsx": "^7.27.1",
		"@babel/plugin-transform-runtime": "^7.27.1",
		"@babel/preset-env": "^7.27.2",
		"@babel/preset-react": "^7.27.1",
		"@babel/preset-typescript": "^7.27.1",
		"@babel/register": "^7.27.1",
		"@babel/runtime": "^7.27.1",
		"@emotion/babel-plugin": "^11.11.0",
		"@wordpress/babel-plugin-import-jsx-pragma": "^5.23.0",
		"babel-plugin-dynamic-import-node": "^2.3.3",
		"babel-plugin-transform-react-remove-prop-types": "^0.4.24"
	}
}