editorjs-inline-font-family-tool
Version:
Inline tool to change font family for Editor.js
42 lines (41 loc) • 1.21 kB
JSON
{
"name": "editorjs-inline-font-family-tool",
"version": "1.0.4",
"keywords": [
"codex editor",
"font-family",
"tool",
"editor.js",
"editorjs"
],
"description": "Inline tool to change font family for Editor.js",
"license": "MIT",
"repository": "https://github.com/arwazjamal/editorjs-inline-font-family",
"main": "/dist/bundle.js",
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development --watch"
},
"author": {
"name": "Arwaz",
"email": "arwaz.jamal@codinova.com"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.3.4",
"babel-loader": "^8.0.5",
"css-loader": "^1.0.0",
"raw-loader": "^3.1.0",
"style-loader": "^0.21.0",
"postcss-apply": "^0.12.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.1.2",
"postcss-nesting": "^7.0.0",
"postcss-nested-ancestors": "^2.0.0",
"postcss-preset-env": "^6.6.0",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3"
}
}