-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
77 lines (77 loc) · 2.56 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
{
"name": "ngx-valdemort",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --project ngx-valdemort",
"watch": "ng build --project ngx-valdemort --watch --configuration development",
"test": "ng test --no-progress --no-watch --code-coverage --project ngx-valdemort",
"build:demo": "ng build --project demo",
"test:demo": "ng test --no-progress --no-watch --project demo",
"lint": "ng lint",
"e2e": "ng e2e",
"codecov": "codecov",
"doc": "node scripts/prepare-doc.js && cd projects/ngx-valdemort && compodoc",
"release": "cd projects/ngx-valdemort && standard-version --infile ../../CHANGELOG.md",
"format": "prettier --write ./"
},
"private": true,
"dependencies": {
"@angular/animations": "17.0.2",
"@angular/cdk": "17.0.0",
"@angular/common": "17.0.2",
"@angular/compiler": "17.0.2",
"@angular/core": "17.0.2",
"@angular/forms": "17.0.2",
"@angular/material": "17.0.0",
"@angular/platform-browser": "17.0.2",
"@angular/platform-browser-dynamic": "17.0.2",
"@angular/platform-server": "17.0.2",
"@angular/router": "17.0.2",
"@angular/ssr": "17.0.0",
"@ng-bootstrap/ng-bootstrap": "15.1.2",
"@popperjs/core": "2.11.8",
"bootstrap": "5.3.2",
"express": "4.18.2",
"font-awesome": "4.7.0",
"prismjs": "1.29.0",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.0.0",
"@angular-eslint/builder": "17.0.1",
"@angular-eslint/eslint-plugin": "17.0.1",
"@angular-eslint/eslint-plugin-template": "17.0.1",
"@angular-eslint/template-parser": "17.0.1",
"@angular/cli": "17.0.0",
"@angular/compiler-cli": "17.0.2",
"@angular/localize": "17.0.2",
"@compodoc/compodoc": "1.1.22",
"@types/express": "4.17.21",
"@types/jasmine": "5.1.2",
"@types/node": "18.18.9",
"@types/prismjs": "1.26.3",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"codecov": "3.8.3",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-ban": "1.6.0",
"eslint-plugin-deprecation": "2.0.0",
"eslint-plugin-prettier": "5.0.1",
"jasmine-core": "5.1.1",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"ng-packagr": "17.0.0",
"ngx-speculoos": "11.0.0",
"prettier": "3.1.0",
"standard-version": "9.5.0",
"typescript": "5.2.2"
}
}