mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 20:24:18 +00:00
25 lines
754 B
JSON
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": {}
|
|
}
|