-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.83 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.83 KB
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
{
"name": "ngx-quill-universal-example",
"version": "1.0.0",
"description": "Example project for ngx-quill and angular univeral.",
"scripts": {
"ng": "ng",
"build": "ng build",
"start": "ng serve",
"test": "ng test",
"lint": "tslint ./src/**/*.ts -t verbose",
"e2e": "ng e2e",
"dev:ssr": "ng run angular.io-example:serve-ssr",
"build:ssr": "ng build --configuration production && ng run angular.io-example:server:production",
"serve:ssr": "node dist/server/main.js",
"prerender": "ng run angular.io-example:prerender"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@angular/animations": "^14.0.0",
"@angular/common": "^14.0.0",
"@angular/compiler": "^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/platform-server": "^14.0.0",
"@angular/router": "^14.0.0",
"@angular/upgrade": "^14.0.0",
"@nguniversal/express-engine": "^14.0.0",
"domino": "^2.1.6",
"express": "^4.18.1",
"ngx-quill": "^19.0.0",
"quill": "^1.3.7",
"rxjs": "^7.5.5",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.0.0",
"@angular/cli": "^14.0.0",
"@angular/compiler-cli": "^14.0.0",
"@nguniversal/builders": "^14.0.0",
"@types/express": "^4.17.13",
"@types/jasmine": "^4.0.3",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^16",
"jasmine-core": "^4.1.1",
"jasmine-spec-reporter": "^5.0.2",
"karma": "^6.3.20",
"karma-chrome-launcher": "^3.1.1",
"karma-jasmine": "^5.0.1",
"karma-jasmine-html-reporter": "^2.0.0",
"ts-node": "^10.8.0",
"tslib": "^2.4.0",
"tslint": "~6.1.3",
"typescript": "^4.7.2"
},
"repository": {}
}