-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.13 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
{
"name": "formatted-blog",
"version": "0.17.1",
"description": "Application to create content",
"keywords": [
"Content",
"Create",
"Blog"
],
"license": "MIT",
"author": {
"name": "Sergi Martínez",
"url": "https://formatted-blog.netlify.app/home"
},
"repository": {
"type": "git",
"url": "/~https://github.com/snakone/the-formatted-blog"
},
"engines": {
"node": ">=16.15.1 <=18.18.0"
},
"scripts": {
"ng": "ng",
"start": "ng serve -o",
"build": "ng run formatted-blog:build:production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.3",
"@angular/cdk": "^17.0.1",
"@angular/common": "^17.0.3",
"@angular/compiler": "^17.0.3",
"@angular/core": "^17.0.3",
"@angular/forms": "^17.0.3",
"@angular/material": "^17.0.1",
"@angular/platform-browser": "^17.0.3",
"@angular/platform-browser-dynamic": "^17.0.3",
"@angular/router": "^17.0.3",
"@angular/service-worker": "^17.0.3",
"@ngrx/effects": "^17.0.0",
"@ngrx/store": "^17.0.0",
"hammerjs": "^2.0.8",
"highlight.js": "^11.9.0",
"ngx-device-detector": "^7.0.0",
"ngx-owl-carousel-o": "^17.0.0",
"ngx-quill": "^24.0.2",
"ngx-webstorage": "^13.0.0",
"quill": "~1.3.7",
"quill-delta-to-html": "^0.12.1",
"quill-image-compress": "^1.2.30",
"rxjs": "~7.8.1",
"sticky-sidebar": "^3.3.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.1",
"@angular/cli": "^17.0.1",
"@angular/compiler-cli": "^17.0.3",
"@ngrx/store-devtools": "^17.0.0",
"@types/hammerjs": "^2.0.44",
"@types/jasmine": "~5.1.2",
"@types/node": "^20.9.2",
"@types/quill": "~1.3.7",
"codelyzer": "^6.0.2",
"jasmine-core": "~5.1.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"protractor": "^7.0.0",
"ts-node": "~10.9.1",
"tslint": "~6.1.0",
"typescript": "^5.2.2"
}
}