soupette dbfcfa211d Created custom plugin to switch from ee to ce at runtime
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-01 14:19:50 +02:00

25 lines
754 B
JSON

{
"name": "@strapi/babel-plugin-switch-ee-ce",
"version": "1.0.0",
"description": "Babel plugin to switch from CE to EE at runtime",
"main": "lib/index.js",
"repository": "git://github.com/strapi/strapi.git",
"author": "Strapi Team",
"license": "SEE LICENSE IN LICENSE",
"private": false,
"devDependencies": {
"@babel/cli": "7.14.5",
"@babel/core": "7.14.6",
"@babel/generator": "7.14.5",
"@babel/parser": "7.14.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-modules-commonjs": "7.14.5",
"@babel/plugin-transform-runtime": "7.14.5",
"@babel/preset-env": "7.14.7",
"@babel/template": "7.14.5",
"reselect": "4.0.0",
"resolve": "1.20.0"
},
"dependencies": {}
}