-
Notifications
You must be signed in to change notification settings - Fork 203
/
Copy pathpackage.json
64 lines (64 loc) · 1.78 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
{
"name": "angular-froala-wysiwyg-base",
"version": "4.4.0",
"description": "Angular 19+ 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": [
"angular19",
"ng19",
"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.4.0",
"tslib": "^2.8.1"
},
"peerDependencies": {},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.1",
"@angular/cli": "^19.0.1",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/compiler-cli": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/language-service": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"@types/node": "^18.11.9",
"@types/tapable": "^2.2.1",
"@types/webpack": "^5.28.5",
"classlist.js": "^1.1.20150312",
"ng-packagr": "^19.0.1",
"rxjs": "^7.8.1",
"ts-helpers": "^1.1.2",
"typescript": "~5.6.3",
"zone.js": "~0.15.0"
}
}