UNPKG

editorjs-table-readonly

Version:

Table for Editor.js with configurable rows and columns and readonly mode

39 lines (38 loc) 1.03 kB
{ "name": "editorjs-table-readonly", "description": "Table for Editor.js with configurable rows and columns and readonly mode", "version": "1.1.0", "license": "MIT", "main": "./dist/bundle.js", "scripts": { "build": "webpack --mode production", "build:dev": "webpack --mode development --watch", "lint": "eslint -c .eslintrc src/*.js" }, "repository": "https://github.com/4rw44z/editorjs-table.git", "author": { "name": "Kirill Skvortsov", "email": "kskvortsov.work@gmail.com" }, "keywords": [ "codex", "codex-editor", "table", "editor.js", "editorjs" ], "devDependencies": { "autoprefixer": "^9.3.1", "css-loader": "^1.0.0", "cssnano": "^4.1.7", "eslint": "^5.8.0", "eslint-config-codex": "github:codex-team/eslint-config", "postcss-loader": "^3.0.0", "postcss-nested": "^4.1.0", "postcss-nesting": "^7.0.0", "style-loader": "^0.23.1", "svg-inline-loader": "^0.8.0", "webpack": "^4.29.5", "webpack-cli": "^4.2.0" } }