datocms-plugin-theme-selector
Version:
A plugin for DatoCMS that allows you select a color from a predefined list.
56 lines (55 loc) • 1.36 kB
JSON
{
"name": "datocms-plugin-theme-selector",
"description": "A plugin for DatoCMS that allows you select a color from a predefined list.",
"version": "2.2.0",
"license": "MIT",
"homepage": "https://github.com/thebuilder/datocms-plugin-theme-selector#readme",
"author": "Daniel Schmidt",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"prepublishOnly": "yarn build"
},
"files": [
"docs",
"dist"
],
"main": "dist/index.html",
"repository": {
"type": "git",
"url": "https://github.com/thebuilder/datocms-plugin-theme-selector"
},
"keywords": [
"datocms",
"datocms-plugin",
"field-editor",
"color-editor",
"color",
"theme",
"colour"
],
"datoCmsPlugin": {
"title": "Theme selector",
"previewImage": "docs/preview.gif",
"coverImage": "docs/cover.png",
"entryPoint": "dist/index.html",
"permissions": []
},
"dependencies": {
"datocms-plugin-sdk": "^0.3.34",
"datocms-react-ui": "^0.3.34",
"lodash": "^4.17.21",
"polished": "^4.1.3",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"devDependencies": {
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@vitejs/plugin-react-refresh": "^1.3.6",
"prettier": "^2.4.1",
"typescript": "^4.5.5",
"vite": "^2.6.3"
}
}