forked from froala/angular-froala-wysiwyg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.21 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
81
82
83
84
85
{
"name": "angular-froala-wysiwyg-base",
"version": "3.2.2",
"description": "Angular 4, 5, 6, 7, 8, 9 and 10 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",
"angular8",
"angular9",
"angular10",
"ng2",
"ng4",
"ng5",
"ng6",
"ng7",
"ng8",
"ng9",
"ng10",
"froala",
"html",
"text",
"editor",
"wysiwyg",
"rich editor",
"rich text editor",
"rte",
"javascript"
],
"author": "Froala Labs (https://www.froala.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/froala/angular-froala-wysiwyg/issues"
},
"dependencies": {
"font-awesome": "^4.7.0",
"froala-editor": "^3.2.2",
"tslib": "^1.9.0"
},
"peerDependencies": {},
"devDependencies": {
"lite-server": "^2.5.4",
"@angular-devkit/build-angular": "^0.1000.7",
"@angular/cli": "^10.0.7",
"@angular/common": "^10.0.11",
"@angular/compiler": "^10.0.11",
"@angular/compiler-cli": "^10.0.11",
"@angular/core": "^10.0.11",
"@angular/forms": "^10.0.11",
"@angular/language-service": "^10.0.11",
"@angular/platform-browser": "^10.0.11",
"@angular/platform-browser-dynamic": "^10.0.11",
"@angular/router": "^10.0.11",
"core-js": "^2.6.11",
"@types/marked": "0.0.28",
"@types/node": "7.0.0",
"@types/tapable": "^1.0.4",
"@types/webpack": "^4.39.5",
"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.9.7",
"zone.js": "~0.10.2"
}
}