|
| 1 | +{ |
| 2 | + "name": "@ckeditor/ckeditor5-build-inline", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "CKEditor 5 inline editor build.", |
| 5 | + "keywords": [ |
| 6 | + "ckeditor5-build", |
| 7 | + "text editor", |
| 8 | + "WYSIWYG", |
| 9 | + "rich-text editor" |
| 10 | + ], |
| 11 | + "main": "./build/ckeditor.js", |
| 12 | + "dependencies": { |
| 13 | + "@ckeditor/ckeditor5-editor-inline": "*", |
| 14 | + "@ckeditor/ckeditor5-presets": "^0.2.2", |
| 15 | + "@ckeditor/ckeditor5-autoformat": "^0.5.1", |
| 16 | + "@ckeditor/ckeditor5-basic-styles": "^0.8.1", |
| 17 | + "@ckeditor/ckeditor5-block-quote": "^0.1.1", |
| 18 | + "@ckeditor/ckeditor5-heading": "^0.9.1", |
| 19 | + "@ckeditor/ckeditor5-image": "^0.6.0", |
| 20 | + "@ckeditor/ckeditor5-link": "^0.7.0", |
| 21 | + "@ckeditor/ckeditor5-list": "^0.6.1", |
| 22 | + "@ckeditor/ckeditor5-paragraph": "^0.8.0" |
| 23 | + }, |
| 24 | + "devDependencies": { |
| 25 | + "@ckeditor/ckeditor5-dev-utils": "^3.0.0", |
| 26 | + "@ckeditor/ckeditor5-dev-webpack-plugin": "^2.0.11", |
| 27 | + "babel-minify-webpack-plugin": "^0.2.0", |
| 28 | + "css-loader": "^0.28.5", |
| 29 | + "node-sass": "^4.5.3", |
| 30 | + "raw-loader": "^0.5.1", |
| 31 | + "sass-loader": "^6.0.6", |
| 32 | + "style-loader": "^0.18.2", |
| 33 | + "webpack": "^3.5.5" |
| 34 | + }, |
| 35 | + "engines": { |
| 36 | + "node": ">=6.0.0", |
| 37 | + "npm": ">=3.0.0" |
| 38 | + }, |
| 39 | + "author": "CKSource (http://cksource.com/)", |
| 40 | + "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)", |
| 41 | + "homepage": "https://ckeditor5.github.io", |
| 42 | + "bugs": "https://github.com/ckeditor/ckeditor5-build-inline/issues", |
| 43 | + "repository": { |
| 44 | + "type": "git", |
| 45 | + "url": "https://github.com/ckeditor/ckeditor5-build-inline.git" |
| 46 | + }, |
| 47 | + "scripts": { |
| 48 | + "build": "npm run create-entry-file && npm run build-ckeditor", |
| 49 | + "create-entry-file": "./bin/create-entry-file.js", |
| 50 | + "build-ckeditor": "./bin/build-ckeditor.sh" |
| 51 | + } |
| 52 | +} |
0 commit comments