mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 14:11:50 +03:00
36588ba98e
Fixes https://github.com/microsoft/playwright/issues/23903 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Max Schmitt <max@schmitt.mx>
43 lines
1.8 KiB
JSON
43 lines
1.8 KiB
JSON
{
|
|
"name": "babel-bundle",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"esbuild": "esbuild ./src/babelBundleImpl.ts --bundle --outdir=../../lib/transform --format=cjs --platform=node --target=ES2019",
|
|
"build": "npm run esbuild -- --minify",
|
|
"watch": "npm run esbuild -- --watch --sourcemap",
|
|
"generate-license": "node ../../../../utils/generate_third_party_notice.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.18.6",
|
|
"@babel/core": "^7.22.8",
|
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
"@babel/parser": "^7.21.3",
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
"@babel/plugin-proposal-class-static-block": "^7.21.0",
|
|
"@babel/plugin-proposal-decorators": "^7.21.0",
|
|
"@babel/plugin-proposal-dynamic-import": "^7.18.6",
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
|
"@babel/plugin-proposal-logical-assignment-operators": "^7.20.7",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.0",
|
|
"@babel/plugin-syntax-async-generators": "^7.8.4",
|
|
"@babel/plugin-syntax-import-assertions": "^7.20.0",
|
|
"@babel/plugin-syntax-json-strings": "^7.8.3",
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
|
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
|
|
"@babel/plugin-transform-react-jsx": "^7.21.0",
|
|
"@babel/preset-typescript": "^7.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/babel__code-frame": "^7.0.3",
|
|
"@types/babel__core": "^7.20.0",
|
|
"@types/babel__helper-plugin-utils": "^7.10.0",
|
|
"@types/babel__traverse": "^7.18.3"
|
|
}
|
|
}
|