mirror of
https://github.com/strapi/strapi.git
synced 2026-01-08 21:35:41 +00:00
42 lines
978 B
JSON
42 lines
978 B
JSON
{
|
|
"name": "@strapi/plugin-content-manager",
|
|
"version": "3.6.6",
|
|
"description": "A powerful UI to easily manage your data.",
|
|
"strapi": {
|
|
"name": "Content Manager",
|
|
"icon": "plug",
|
|
"description": "content-manager.plugin.description",
|
|
"required": true
|
|
},
|
|
"dependencies": {
|
|
"@sindresorhus/slugify": "1.1.0",
|
|
"@strapi/helper-plugin": "3.6.6",
|
|
"@strapi/utils": "3.6.6",
|
|
"lodash": "4.17.21",
|
|
"pluralize": "^8.0.0",
|
|
"yup": "^0.32.9"
|
|
},
|
|
"author": {
|
|
"name": "Strapi team",
|
|
"email": "hi@strapi.io",
|
|
"url": "https://strapi.io"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Strapi team",
|
|
"email": "hi@strapi.io",
|
|
"url": "https://strapi.io"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/strapi/strapi.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.x.x <=16.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
|
|
}
|