mirror of
https://github.com/strapi/strapi.git
synced 2025-06-27 00:41:25 +00:00

chore: commit yarn release chore: don't use -s fix: eslint deps https://eslint.org/docs/latest/extend/shareable-configs#publishing-a-shareable-config chore: fix eslint chore: remove -s fix: lint chore: yarn 3 amends chore: dont use npm run all chore: fix securitylockfile action chore: update lockfile post rebase Revert "Delete index.js" This reverts commit e6009ec7cf13fb9edd93a7bf820b0f50af5dcb54. Delete index.js chore: remove validate-https because how yarn3 works chore: remove validate-https chore: use same time of cache everywhere
39 lines
1016 B
JSON
39 lines
1016 B
JSON
{
|
|
"name": "@strapi/babel-plugin-switch-ee-ce",
|
|
"version": "4.8.2",
|
|
"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",
|
|
"scripts": {
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@babel/template": "^7.20.7",
|
|
"reselect": "4.1.7",
|
|
"resolve": "1.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"@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"
|
|
}
|
|
}
|