-
Notifications
You must be signed in to change notification settings - Fork 203
/
package.json
67 lines (67 loc) · 1.86 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
{
"name": "angular-froala-wysiwyg-base",
"version": "4.3.1",
"description": "Angular 15+ versions bindings for Froala WYSIWYG HTML rich text editor",
"main": "bundles/angular-froala-wysiwyg.umd.js",
"typings": "index.d.ts",
"module": "index.js",
"scripts": {
"demo.serve": "ng serve --host 0.0.0.0 --disable-host-check angular-froala-wysiwyg-demo",
"demo.build": "ng build angular-froala-wysiwyg-demo",
"build": "ng build angular-froala-wysiwyg",
"start": "npm run demo.serve"
},
"repository": {
"type": "git",
"url": "https://github.com/froala/angular-froala-wysiwyg.git"
},
"keywords": [
"angular15",
"ng15",
"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": "^4.3.1",
"tslib": "^2.5.0"
},
"peerDependencies": {},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.0",
"@angular/cli": "^15.0.0",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/compiler-cli": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.0.0",
"@angular/language-service": "^15.0.0",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"core-js": "~2.6.11",
"@types/marked": "4.0.8",
"@types/node": "^16.13.0",
"@types/tapable": "^1.0.4",
"@types/webpack": "^5.28.0",
"classlist.js": "^1.1.20150312",
"ng-packagr": "^15.0.0",
"rxjs": "^6.5.3",
"ts-helpers": "^1.1.1",
"typescript": "~4.8.2",
"zone.js": "~0.12.0",
"tsickle": "^0.46.3"
}
}