forked from HstarComponents/ngx-ckeditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.83 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "ngx-ckeditor",
"version": "0.3.2",
"description": "The CKEditor component for angular(2.x and 4.x)",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"directories": {
"example": "examples"
},
"scripts": {
"dev": "webpack-dev-server --config build/webpack.dev.conf.js",
"cleanlib": "node build/cleanlib.js",
"lib": "npm run cleanlib && ngc -p tsconfig-aot.json",
"build": "webpack --config build/webpack.prod.conf.js",
"build:aot": "ngc -p tsconfig-demo-aot.json && webpack --config build/webpack.aot.conf.js",
"test": "echo \"ok\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HstarComponents/ngx-ckeditor.git"
},
"keywords": ["Ckeditor", "Component", "Angular", "Ng2", "Ngx"],
"author": "Jay.M.Hu",
"license": "MIT",
"bugs": {
"url": "https://github.com/HstarComponents/ngx-ckeditor/issues"
},
"homepage": "https://github.com/HstarComponents/ngx-ckeditor#readme",
"devDependencies": {
"@angular/common": "^5.2.9",
"@angular/compiler": "^5.2.9",
"@angular/compiler-cli": "^5.2.9",
"@angular/core": "^5.2.9",
"@angular/forms": "^5.2.9",
"@angular/platform-browser": "^5.2.9",
"@angular/platform-browser-dynamic": "^5.2.9",
"@angular/router": "^5.2.9",
"@types/node": "^8.5.5",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^3.4.1",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^2.30.1",
"raw-loader": "^0.5.1",
"reflect-metadata": "^0.1.12",
"rxjs": "^5.5.6",
"shelljs": "^0.8.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"typescript": "^2.6.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1",
"webpack-merge": "^4.1.1",
"zone.js": "^0.8.20"
},
"dependencies": {}
}