{ "name": "codex.editor", "version": "2.0.0", "description": "Codex Editor. Native JS, based on API and Open Source", "main": "index.js", "scripts": { "build": "rimraf dist && npm run svg && npm run 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 Team", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/codex-team/codex.editor.git" }, "devDependencies": { "babel-core": "^6.26.3", "babel-loader": "^7.1.4", "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-runtime": "^6.26.0", "css-loader": "^0.28.11", "eslint": "^4.19.1", "eslint-loader": "^2.0.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.2", "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.5", "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", "svg-sprite-generator": "0.0.7", "ts-loader": "^4.4.1", "tslint": "^5.10.0", "tslint-loader": "^3.6.0", "typescript": "^2.9.1", "webpack": "^4.12.0", "webpack-cli": "^3.0.3" }, "dependencies": {} }