加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
Simon Babay 提交于 2018-06-20 18:24 . 1.2.1
{
"name": "ng2-ckeditor",
"version": "1.2.1",
"description": "Angular CKEditor component",
"main": "lib/ng2-ckeditor.js",
"typings": "lib/ng2-ckeditor.d.ts",
"scripts": {
"prepublishOnly": "npm run build",
"build": "ngc -p tsconfig-aot.json",
"lint": "tslint -p tsconfig.json -c tslint.json",
"prettier": "prettier --ignore-path .gitignore --write ./**/*.ts",
"precommit": "npm run prettier && npm run lint"
},
"keywords": [
"angular",
"angular2",
"component",
"ckeditor",
"wysiwyg"
],
"author": "Simon Babay",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/chymz/ng2-ckeditor.git"
},
"bugs": {
"url": "https://github.com/chymz/ng2-ckeditor/issues"
},
"homepage": "https://github.com/chymz/ng2-ckeditor#readme",
"devDependencies": {
"@angular/animations": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/compiler-cli": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/forms": "^6.0.0",
"@angular/platform-browser": "^6.0.0",
"@angular/platform-server": "^6.0.0",
"@types/ckeditor": "0.0.45",
"@types/core-js": "^0.9.43",
"@types/node": "^8.0.54",
"prettier": "^1.10.2",
"rxjs": "^6.1.0",
"tslint": "^5.9.1",
"typescript": ">=2.7.0 <2.8.0",
"zone.js": "^0.8.14"
},
"peerDependencies": {
"@angular/core": "^6.0.0",
"@angular/forms": "^6.0.0",
"@angular/common": "^6.0.0"
},
"dependencies": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化