forked from froala/angular-froala-wysiwyg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.12 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "angular-froala-wysiwyg-base",
"version": "2.9.1-1",
"description": "Angular 2, 4, 5, 6 and 7 bindings for Froala WYSIWYG HTML rich text editor",
"main": "bundles/angular-froala-wysiwyg.umd.js",
"typings": "index.d.ts",
"module": "index.js",
"scripts": {
"lite-server": "lite-server -c demo/bs-config.json",
"demo.serve": "npm run -s build link demo.build lite-server",
"demo.build": "ng build --aot=false",
"build": "ngm build --prod src --clean",
"link": "ngm link -p src --here",
"build.watch": "ngm build -p src --watch --skip-bundles",
"start": "ng serve --aot=false --host 0.0.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/froala/angular-froala-wysiwyg.git"
},
"keywords": [
"angular2",
"angular4",
"angular5",
"angular6",
"angular7",
"ng2",
"ng4",
"ng5",
"ng6",
"ng7",
"froala",
"html",
"text",
"editor",
"wysiwyg",
"jquery-plugin",
"rich editor",
"rich text editor",
"rte",
"javascript",
"jquery"
],
"author": "Froala Labs (https://www.froala.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/froala/angular-froala-wysiwyg/issues"
},
"dependencies": {
"froala-editor": "2.9.1",
"tslib": "^1.9.0"
},
"peerDependencies": {},
"devDependencies": {
"@angular-devkit/build-angular": "~0.11.0",
"@angular/cli": "^7.1.4",
"@angular/common": "^7.2.0",
"@angular/compiler": "^7.2.0",
"@angular/compiler-cli": "^7.2.0",
"@angular/core": "^7.2.0",
"@angular/forms": "^7.2.0",
"@angular/http": "^7.2.0",
"@angular/language-service": "^7.2.0",
"@angular/platform-browser": "^7.2.0",
"@angular/platform-browser-dynamic": "^7.2.0",
"@angular/router": "^7.2.0",
"@types/jquery": "^2.0.40",
"@types/marked": "0.0.28",
"@types/node": "7.0.0",
"@types/tapable": "^0.2.5",
"@types/webpack": "^2.2.2",
"classlist-polyfill": "1.0.3",
"ngm-cli": "^1.0.4",
"rxjs": "^6.3.3",
"rxjs-compat": "^6.3.2",
"ts-helpers": "^1.1.1",
"typescript": "^3.2.2",
"zone.js": "^0.8.26"
}
}