-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"name": "markdownnotes",
"version": "1.7.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.11",
"@angular/common": "^17.3.11",
"@angular/compiler": "^17.3.11",
"@angular/core": "^17.3.11",
"@angular/forms": "^17.3.11",
"@angular/platform-browser": "^17.3.11",
"@angular/platform-browser-dynamic": "^17.3.11",
"@angular/router": "^17.3.11",
"@cds/angular": "^6.12.0",
"@cds/core": "^6.12.0",
"@clr/angular": "^17.2.1",
"@fortawesome/fontawesome-free": "^6.2.1",
"@webcomponents/custom-elements": "^1.5.1",
"aes-js": "^3.1.2",
"crypto-js": "^4.2.0",
"easymde": "^2.18.0",
"highlight.js": "^11.9.0",
"jquery": "^3.7.1",
"jssha": "^3.3.1",
"moment": "^2.30.1",
"ng-circle-progress": "^1.7.1",
"ngx-clipboard": "^16.0.0",
"ngx-file-drop": "^16.0.0",
"rxjs": "~7.8.1",
"showdown": "^2.1.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "~17.3.8",
"@angular/compiler-cli": "^17.3.11",
"typescript": "~5.4.5"
}
}