{ "name": "@editorjs/editorjs", "version": "2.17.0", "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.7.5", "@babel/plugin-transform-runtime": "^7.7.5", "@babel/polyfill": "^7.2.5", "@babel/preset-env": "^7.7.5", "@babel/register": "^7.0.0", "@babel/runtime": "^7.7.5", "@codexteam/shortcuts": "^1.1.1", "@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", "core-js": "3", "css-loader": "^3.2.1", "cssnano": "^4.1.10", "eslint": "^6.7.2", "eslint-loader": "^3.0.3", "extract-text-webpack-plugin": "^3.0.2", "html-janitor": "^2.0.4", "license-webpack-plugin": "^2.1.1", "postcss-apply": "^0.12.0", "postcss-import": "^12.0.1", "postcss-loader": "^3.0.0", "postcss-nested": "^4.1.2", "postcss-nested-ancestors": "^2.0.0", "postcss-preset-env": "^6.6.0", "raw-loader": "^4.0.0", "rimraf": "^3.0.0", "stylelint": "^12.0.0", "svg-sprite-generator": "^0.0.7", "terser-webpack-plugin": "^2.2.2", "ts-loader": "^6.2.1", "tslint": "^5.14.0", "tslint-loader": "^3.5.4", "typescript": "^3.7.3", "webpack": "^4.29.6", "webpack-cli": "^3.2.3" }, "collective": { "type": "opencollective", "url": "https://opencollective.com/editorjs" }, "dependencies": { "codex-notifier": "^1.1.2", "codex-tooltip": "^1.0.0" } }