mirror of
https://github.com/strapi/strapi.git
synced 2026-01-02 02:08:26 +00:00
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"name": "strapi-plugin-content-type-builder",
|
|
"version": "3.4.1",
|
|
"description": "Strapi plugin to create content type (API).",
|
|
"strapi": {
|
|
"name": "Content Type Builder",
|
|
"icon": "paint-brush",
|
|
"description": "content-type-builder.plugin.description"
|
|
},
|
|
"dependencies": {
|
|
"@buffetjs/core": "3.3.3",
|
|
"@buffetjs/custom": "3.3.3",
|
|
"@buffetjs/hooks": "3.3.3",
|
|
"@buffetjs/icons": "3.3.3",
|
|
"@buffetjs/styles": "3.3.3",
|
|
"@buffetjs/utils": "3.3.3",
|
|
"@sindresorhus/slugify": "1.1.0",
|
|
"fs-extra": "^9.0.1",
|
|
"immutable": "^3.8.2",
|
|
"lodash": "4.17.19",
|
|
"pluralize": "^8.0.0",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.9.0",
|
|
"react-intl": "4.5.0",
|
|
"react-redux": "7.2.0",
|
|
"react-router": "^5.0.0",
|
|
"react-router-dom": "^5.0.0",
|
|
"reactstrap": "8.4.1",
|
|
"redux": "^4.0.1",
|
|
"redux-immutable": "^4.0.0",
|
|
"reselect": "^4.0.0",
|
|
"strapi-generate": "3.4.1",
|
|
"strapi-generate-api": "3.4.1",
|
|
"strapi-helper-plugin": "3.4.1",
|
|
"strapi-utils": "3.4.1",
|
|
"yup": "^0.27.0"
|
|
},
|
|
"author": {
|
|
"name": "Strapi team",
|
|
"email": "hi@strapi.io",
|
|
"url": "http://strapi.io"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Strapi team",
|
|
"email": "hi@strapi.io",
|
|
"url": "http://strapi.io"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/strapi/strapi.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.16.0 <=14.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
|
|
}
|