mirror of
https://github.com/strapi/strapi.git
synced 2025-12-31 09:15:55 +00:00
35 lines
959 B
JSON
35 lines
959 B
JSON
{
|
|
"name": "@strapi/babel-plugin-switch-ee-ce",
|
|
"version": "4.1.12",
|
|
"private": false,
|
|
"description": "Babel plugin to switch from CE to EE at runtime",
|
|
"repository": "git://github.com/strapi/strapi.git",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"author": {
|
|
"name": "Strapi Solutions SAS",
|
|
"email": "hi@strapi.io",
|
|
"url": "https://strapi.io"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Strapi Solutions SAS",
|
|
"email": "hi@strapi.io",
|
|
"url": "https://strapi.io"
|
|
}
|
|
],
|
|
"main": "lib/index.js",
|
|
"devDependencies": {
|
|
"@babel/cli": "7.16.7",
|
|
"@babel/core": "7.16.7",
|
|
"@babel/generator": "7.16.7",
|
|
"@babel/parser": "7.16.7",
|
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
"@babel/plugin-transform-modules-commonjs": "7.16.7",
|
|
"@babel/plugin-transform-runtime": "7.16.7",
|
|
"@babel/preset-env": "7.16.7",
|
|
"@babel/template": "7.16.7",
|
|
"reselect": "4.0.0",
|
|
"resolve": "1.20.0"
|
|
}
|
|
}
|