2021-07-01 14:19:50 +02:00
|
|
|
{
|
|
|
|
|
"name": "@strapi/babel-plugin-switch-ee-ce",
|
2023-07-05 16:46:16 +02:00
|
|
|
"version": "4.11.4",
|
2021-07-01 14:19:50 +02:00
|
|
|
"description": "Babel plugin to switch from CE to EE at runtime",
|
|
|
|
|
"repository": "git://github.com/strapi/strapi.git",
|
|
|
|
|
"license": "SEE LICENSE IN LICENSE",
|
2021-11-29 16:23:55 +01:00
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
],
|
2021-11-29 15:13:33 +01:00
|
|
|
"main": "lib/index.js",
|
2023-03-22 11:21:33 +01:00
|
|
|
"scripts": {
|
2023-04-05 14:33:37 +02:00
|
|
|
"lint": "run -T eslint"
|
2023-03-22 11:21:33 +01:00
|
|
|
},
|
2022-08-08 23:33:39 +02:00
|
|
|
"dependencies": {
|
2023-01-30 11:57:07 +01:00
|
|
|
"@babel/template": "^7.20.7",
|
2023-02-21 10:01:42 +00:00
|
|
|
"reselect": "4.1.7",
|
2023-04-28 13:52:42 +00:00
|
|
|
"resolve": "1.22.2"
|
2022-08-08 23:33:39 +02:00
|
|
|
},
|
2021-07-01 14:19:50 +02:00
|
|
|
"devDependencies": {
|
2023-01-30 09:48:25 +01:00
|
|
|
"@babel/cli": "^7.20.7",
|
|
|
|
|
"@babel/core": "^7.20.12",
|
|
|
|
|
"@babel/generator": "^7.20.14",
|
|
|
|
|
"@babel/parser": "^7.20.13",
|
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
|
|
|
|
|
"@babel/plugin-transform-runtime": "^7.19.6",
|
|
|
|
|
"@babel/preset-env": "^7.20.2"
|
2022-10-05 16:22:44 +02:00
|
|
|
}
|
2021-07-01 14:19:50 +02:00
|
|
|
}
|