-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
106 lines (106 loc) · 3.71 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "@matheo/angular",
"version": "17.3.2",
"license": "MIT",
"private": true,
"scripts": {
"ng": "nx",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"lint": "nx workspace-lint && ng lint",
"e2e": "nx e2e",
"npm:publish": "npm publish --access=public",
"npm:publish:github": "npm publish --access=public --registry=https://npm.pkg.github.com",
"npm:datasource": "run-s 'build -- datasource --configuration production' 'npm:publish dist/libs/datasource' 'npm:publish:github dist/libs/datasource'",
"npm:datepicker": "run-s 'build -- datepicker --configuration production' 'tools:postbuild libs/datepicker' 'nx postbuild datepicker' 'npm:publish dist/libs/datepicker' 'npm:publish:github dist/libs/datepicker' 'tools:tag libs/datepicker'",
"docs:datasource": "compodoc -p libs/datasource/tsconfig.lib.json -s -o -w",
"docs:datepicker": "compodoc -p libs/datepicker/tsconfig.lib.json -s -o -w",
"tools:postbuild": "ts-node tools/scripts/post-build",
"tools:tag": "ts-node tools/scripts/git-tag",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"dep-graph": "nx dep-graph",
"help": "nx help",
"nx": "nx",
"workspace-generator": "nx workspace-generator"
},
"dependencies": {
"@angular/animations": "17.3.2",
"@angular/cdk": "17.3.2",
"@angular/common": "17.3.2",
"@angular/compiler": "17.3.2",
"@angular/core": "17.3.2",
"@angular/fire": "17.0.1",
"@angular/flex-layout": "15.0.0-beta.42",
"@angular/forms": "17.3.2",
"@angular/material": "17.3.2",
"@angular/platform-browser": "17.3.2",
"@angular/platform-browser-dynamic": "17.3.2",
"@angular/router": "17.3.2",
"@myndpm/dyn-forms": "16.0.1",
"@ng-bootstrap/ng-bootstrap": "~16.0.0",
"@ngrx/component-store": "17.1.1",
"@ngrx/effects": "17.1.1",
"@ngrx/router-store": "17.1.1",
"@ngrx/store": "17.1.1",
"astronomy-engine": "^2.1.19",
"bootstrap": "~5.3.3",
"date-fns": "^3.6.0",
"date-fns-tz": "^2.0.1",
"firebase": "10.10.0",
"luxon": "^3.4.4",
"rxjs": "7.8.1",
"tslib": "^2.3.0",
"typed.js": "~2.0.12",
"zone.js": "0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.2",
"@angular-devkit/core": "17.3.2",
"@angular-devkit/schematics": "17.3.2",
"@angular/cli": "17.3.2",
"@angular/compiler-cli": "17.3.2",
"@angular/language-service": "17.3.2",
"@angular/localize": "17.3.2",
"@compodoc/compodoc": "^1.1.11",
"@ngrx/schematics": "17.1.1",
"@ngrx/store-devtools": "17.1.1",
"@nx/angular": "18.2.1",
"@nx/cypress": "18.2.1",
"@nx/jest": "18.2.1",
"@nx/workspace": "18.2.1",
"@schematics/angular": "17.3.2",
"@types/jest": "29.4.4",
"@types/luxon": "^2.0.9",
"@types/node": "18.19.28",
"@types/shelljs": "^0.8.9",
"autoprefixer": "^10.4.0",
"cypress": "^13.6.6",
"dotenv": "10.0.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-preset-angular": "14.0.3",
"ng-packagr": "17.3.0",
"nx": "18.2.1",
"prettier": "^2.6.2",
"rxjs-tslint-rules": "^4.34.8",
"scss-bundle": "^3.1.2",
"shelljs": "^0.8.5",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"tslint": "~6.1.0",
"typescript": "5.4.3",
"vrsource-tslint-rules": "^6.0.0"
}
}