{ "name": "@editorjs/editorjs", "version": "2.11.9", "description": "Editor.js — Native JS, based on API and Open Source", "main": "dist/editor.js", "types": "./types/index.d.ts", "keywords": [ "codex editor", "text editor", "editor", "editor.js", "editorjs" ], "scripts": { "build": "rimraf dist/* && yarn svg && yarn build:prod", "build:win": "rimraf dist && yarn svg:win && yarn build:prod", "build:dev": "webpack --mode development --progress --display-error-details --display-entrypoints --watch", "build:prod": "webpack --mode production", "svg:win": "if not exist dist md dist && yarn svg", "svg": "svg-sprite-generate -d src/assets/ -o dist/sprite.svg", "pull_tools": "git submodule update --init --recursive", "checkout_tools": "git submodule foreach git pull origin master" }, "author": "CodeX", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/codex-team/editor.js.git" }, "devDependencies": { "@babel/core": "^7.3.4", "@babel/plugin-transform-runtime": "^7.3.4", "@babel/polyfill": "^7.2.5", "@babel/preset-env": "^7.3.4", "@babel/register": "^7.0.0", "@babel/runtime": "^7.3.4", "@codexteam/shortcuts": "^1.0.0", "@types/webpack": "^4.4.25", "@types/webpack-env": "^1.13.9", "babel-loader": "^8.0.5", "babel-plugin-add-module-exports": "^1.0.0", "babel-plugin-class-display-name": "^2.1.0", "codex-notifier": "^1.1.1", "css-loader": "^2.1.1", "cssnano": "^4.1.10", "eslint": "^5.15.1", "eslint-loader": "^2.1.2", "extract-text-webpack-plugin": "^3.0.2", "html-janitor": "^2.0.4", "license-webpack-plugin": "^2.1.1", "postcss-apply": "^0.12.0", "postcss-color-hex-alpha": "^5.0.2", "postcss-color-mod-function": "^3.0.3", "postcss-cssnext": "^3.1.0", "postcss-custom-media": "^7.0.7", "postcss-custom-properties": "^8.0.9", "postcss-custom-selectors": "^5.1.2", "postcss-font-family-system-ui": "^4.1.0", "postcss-font-variant": "^4.0.0", "postcss-loader": "^3.0.0", "postcss-media-minmax": "^4.0.0", "postcss-nested": "^4.1.2", "postcss-nested-ancestors": "^2.0.0", "postcss-nesting": "^7.0.0", "postcss-preset-env": "^6.6.0", "postcss-smart-import": "^0.7.6", "raw-loader": "^1.0.0", "rimraf": "^2.6.3", "stylelint": "^9.10.1", "svg-sprite-generator": "^0.0.7", "terser-webpack-plugin": "^1.2.3", "ts-loader": "^5.3.3", "tslint": "^5.14.0", "tslint-loader": "^3.5.4", "typescript": "^3.3.3333", "webpack": "^4.29.6", "webpack-cli": "^3.2.3" } }