|
| 1 | +{ |
| 2 | + "name": "@ckeditor/ckeditor5-build-classic", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "CKEditor 5 classic build.", |
| 5 | + "keywords": [], |
| 6 | + "main": "./build/ckeditor.js", |
| 7 | + "dependencies": { |
| 8 | + "@ckeditor/ckeditor5-editor-classic": "*", |
| 9 | + "@ckeditor/ckeditor5-autoformat": "*", |
| 10 | + "@ckeditor/ckeditor5-basic-styles": "*", |
| 11 | + "@ckeditor/ckeditor5-clipboard": "*", |
| 12 | + "@ckeditor/ckeditor5-enter": "*", |
| 13 | + "@ckeditor/ckeditor5-heading": "*", |
| 14 | + "@ckeditor/ckeditor5-image": "*", |
| 15 | + "@ckeditor/ckeditor5-link": "*", |
| 16 | + "@ckeditor/ckeditor5-list": "*", |
| 17 | + "@ckeditor/ckeditor5-paragraph": "*", |
| 18 | + "@ckeditor/ckeditor5-typing": "*", |
| 19 | + "@ckeditor/ckeditor5-undo": "*" |
| 20 | + }, |
| 21 | + "devDependencies": { |
| 22 | + "@ckeditor/ckeditor5-dev-utils": "^2.5.0", |
| 23 | + "babel-core": "^6.24.0", |
| 24 | + "babel-loader": "^6.4.0", |
| 25 | + "babel-preset-env": "^1.2.2", |
| 26 | + "babili-webpack-plugin": "^0.0.11", |
| 27 | + "regenerator-runtime": "^0.10.3", |
| 28 | + "webpack": "^2.3.2" |
| 29 | + }, |
| 30 | + "engines": { |
| 31 | + "node": ">=6.0.0", |
| 32 | + "npm": ">=3.0.0" |
| 33 | + }, |
| 34 | + "author": "CKSource (http://cksource.com/)", |
| 35 | + "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)", |
| 36 | + "homepage": "https://ckeditor5.github.io", |
| 37 | + "bugs": "https://github.com/ckeditor/ckeditor5-build-classic/issues", |
| 38 | + "repository": { |
| 39 | + "type": "git", |
| 40 | + "url": "https://github.com/ckeditor/ckeditor5-build-classic.git" |
| 41 | + }, |
| 42 | + "scripts": { |
| 43 | + "build": "npm run create-entry-file && npm run build-ckeditor && npm run build-ckeditor-compat", |
| 44 | + "create-entry-file": "./bin/create-entry-file.js", |
| 45 | + "build-ckeditor": "./bin/build-ckeditor.sh", |
| 46 | + "build-ckeditor-compat": "./bin/build-ckeditor-compat.sh" |
| 47 | + } |
| 48 | +} |
0 commit comments