{ "name": "codex.editor", "version": "2.0.0", "description": "Codex Editor. Native JS, based on API and Open Source", "main": "build/codex-editor.js", "scripts": { "build": "rimraf dist && yarn svg && yarn build:dev", "svg": "svg-sprite-generate -d src/assets/ -o build/sprite.svg", "build:dev": "webpack --mode development --progress --display-error-details --display-entrypoints" }, "author": "CodeX", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/codex-team/codex.editor.git" }, "devDependencies": { "@codexteam/shortcuts": "^1.0.0", "babel-core": "^6.26.3", "babel-loader": "^7.1.5", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-class-display-name": "^2.1.0", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.7.0", "babel-preset-stage-0": "^6.24.1", "babel-runtime": "^6.26.0", "css-loader": "^0.28.11", "eslint": "^4.19.1", "eslint-loader": "^2.1.0", "extract-text-webpack-plugin": "^3.0.2", "html-janitor": "^2.0.2", "path": "^0.12.7", "postcss-apply": "^0.10.0", "postcss-color-hex-alpha": "^3.0.0", "postcss-color-mod-function": "^2.4.3", "postcss-cssnext": "^3.1.0", "postcss-custom-media": "^6.0.0", "postcss-custom-properties": "^7.0.0", "postcss-custom-selectors": "^4.0.1", "postcss-font-family-system-ui": "^3.0.0", "postcss-font-variant": "^3.0.0", "postcss-loader": "^2.1.6", "postcss-media-minmax": "^3.0.0", "postcss-nested": "^3.0.0", "postcss-nested-ancestors": "^2.0.0", "postcss-nesting": "^6.0.0", "postcss-smart-import": "^0.7.6", "raw-loader": "^0.5.1", "rimraf": "^2.6.2", "stylelint": "^9.3.0", "svg-sprite-generator": "0.0.7", "ts-loader": "^4.4.2", "tslint": "^5.11.0", "tslint-loader": "^3.6.0", "typescript": "^2.9.2", "webpack": "^4.16.2", "webpack-cli": "^3.1.0" } }