2023-03-22 11:21:33 +01:00

63 lines
1.7 KiB
JSON

{
"name": "@strapi/plugin-color-picker",
"version": "4.8.2",
"description": "Strapi maintained Custom Fields",
"strapi": {
"name": "color-picker",
"description": "Color picker custom field",
"kind": "plugin",
"displayName": "Color Picker"
},
"dependencies": {
"@strapi/design-system": "1.6.6",
"@strapi/helper-plugin": "4.8.2",
"@strapi/icons": "1.6.6",
"prop-types": "^15.7.2",
"react-colorful": "5.6.1",
"react-intl": "6.3.2"
},
"devDependencies": {
"@testing-library/react": "12.1.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "5.3.4",
"styled-components": "5.3.3"
},
"peerDependencies": {
"@strapi/strapi": "^4.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "5.3.4",
"styled-components": "5.3.3"
},
"scripts": {
"test:front": "cross-env IS_EE=true jest --config ./jest.config.front.js",
"test:front:watch": "cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
"test:front:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js",
"test:front:watch:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/strapi/strapi.git",
"directory": "packages/plugins/color-picker"
},
"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"
}
],
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
}
}