-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
65 lines (65 loc) · 1.88 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
{
"name": "ngx-quill-ionic",
"version": "11.0.0",
"author": "Bengt Weiße",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:deploy": "ng build --configuration=production --aot --build-optimizer && gh-pages -d ./www",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/KillerCodeMonkey/ngx-quill-ionic"
},
"private": false,
"dependencies": {
"@angular/animations": "^14.0.0",
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/forms": "^14.0.0",
"@angular/platform-browser": "^14.0.0",
"@angular/platform-browser-dynamic": "^14.0.0",
"@angular/router": "^14.0.0",
"@ionic/angular": "6.1.7-dev.11653587516.10a1f435",
"core-js": "^3.22.8",
"ngx-quill": "^17.0.0",
"quill": "^1.3.7",
"rxjs": "~7.5.5",
"zone.js": "0.11.5"
},
"devDependencies": {
"ajv": "^8.11.0",
"@angular-devkit/architect": "^0.1400.0",
"@angular-devkit/build-angular": "^14.0.0",
"@angular-devkit/core": "^14.0.0",
"@angular-devkit/schematics": "^14.0.0",
"@angular/cli": "^14.0.0",
"@angular/compiler": "^14.0.0",
"@angular/compiler-cli": "^14.0.0",
"@angular/language-service": "^14.0.0",
"@ionic/angular-toolkit": "^6.1.0",
"@types/node": "^16",
"@types/jasmine": "^4.0.3",
"@types/jasminewd2": "~2.0.10",
"codelyzer": "^6.0.2",
"fibers": "^5.0.1",
"gh-pages": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
"jasmine-core": "^4.1.1",
"jasmine-spec-reporter": "^7.0.0",
"karma": "~6.3.20",
"karma-chrome-launcher": "~3.1.1",
"karma-jasmine": "~5.0.1",
"karma-jasmine-html-reporter": "^2.0.0",
"node-sass": "^7.0.1",
"protractor": "~7.0.0",
"ts-node": "^10.8.0",
"tslint": "^6.1.3",
"typescript": "~4.7.2"
}
}