UNPKG

datocms-plugin-fontawesome

Version:

An unofficial plugin that allows use of Font Awesome v5 free icons in DatoCMS

71 lines (70 loc) 1.87 kB
{ "name": "datocms-plugin-fontawesome", "homepage": "https://github.com/tomphill/datocms-plugin-fontawesome", "version": "1.2.1", "description": "An unofficial plugin that allows use of Font Awesome v5 free icons in DatoCMS", "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.36", "@fortawesome/free-brands-svg-icons": "^5.15.4", "@fortawesome/free-regular-svg-icons": "^5.15.4", "@fortawesome/free-solid-svg-icons": "^5.15.4", "@fortawesome/react-fontawesome": "^0.1.18", "@types/node": "^16.11.26", "@types/react": "^17.0.43", "@types/react-dom": "^17.0.14", "datocms-plugin-sdk": "^0.5.2", "datocms-react-ui": "^0.5.2", "lodash": "^4.17.21", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "5.0.0", "typescript": "^4.6.3" }, "scripts": { "start": "cross-env BROWSER='none' PUBLIC_URL='/' react-scripts start", "build": "cross-env PUBLIC_URL='.' react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "prepublishOnly": "npm run build" }, "keywords": [ "datocms", "datocms-plugin", "field-editor", "json-field", "fontawesome" ], "files": [ "docs", "build" ], "author": "Tom Phillips <info@tomphill.co.uk>", "license": "ISC", "eslintConfig": { "extends": [ "react-app" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@types/lodash": "^4.14.177", "cross-env": "^7.0.3" }, "datoCmsPlugin": { "title": "Font Awesome", "previewImage": "docs/preview.gif", "coverImage": "docs/cover.png", "entryPoint": "build/index.html" } }