44 lines
1.9 KiB
JSON
44 lines
1.9 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.23.5",
|
|
"@babel/core": "^7.23.7",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/parser": "^7.23.6",
|
|
"@babel/plugin-proposal-decorators": "^7.23.2",
|
|
"@babel/plugin-proposal-explicit-resource-management": "^7.23.0",
|
|
"@babel/plugin-syntax-async-generators": "^7.8.4",
|
|
"@babel/plugin-syntax-import-assertions": "^7.22.5",
|
|
"@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-class-properties": "^7.23.3",
|
|
"@babel/plugin-transform-class-static-block": "^7.23.4",
|
|
"@babel/plugin-transform-dynamic-import": "^7.23.4",
|
|
"@babel/plugin-transform-export-namespace-from": "^7.23.4",
|
|
"@babel/plugin-transform-logical-assignment-operators": "^7.23.4",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
|
|
"@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
|
|
"@babel/plugin-transform-numeric-separator": "^7.23.4",
|
|
"@babel/plugin-transform-optional-chaining": "^7.23.4",
|
|
"@babel/plugin-transform-private-methods": "^7.23.3",
|
|
"@babel/plugin-transform-private-property-in-object": "^7.23.4",
|
|
"@babel/plugin-transform-react-jsx": "^7.23.4",
|
|
"@babel/preset-typescript": "^7.23.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/babel__code-frame": "^7.0.4",
|
|
"@types/babel__core": "^7.20.2",
|
|
"@types/babel__helper-plugin-utils": "^7.10.1",
|
|
"@types/babel__traverse": "^7.20.2"
|
|
}
|
|
}
|