-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
141 lines (141 loc) · 5.25 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "ng-tests",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
"nx": "nx",
"b-cal-mobile:start": "nx serve b-cal-mobile --port=8100 --host=0.0.0.0 --open",
"b-cal-mobile:run": "npx nx run b-cal-mobile:cap --cmd \"run android --target=Pixel_3_API_29\"",
"b-cal-web:start": "nx serve b-cal-web --open",
"b-cal-web:build": "ng build b-cal-web",
"b-cal-web:deploy": "firebase deploy -P b-cal --only hosting --config firebase.b-cal-web.json",
"ngrx-ult:json-server": "json-server --watch apps/ngrx-ultimate/db.json --routes apps/ngrx-ultimate/routes.json",
"ngrx-ult:start": "nx serve ngrx-ultimate --open",
"ngx-bootstrap:start": "nx serve ngx-bootstrap --open",
"ngx-bootstrap:build": "ng build ngx-bootstrap",
"start:forms-ward-bell": "nx serve forms-ward-bell --open",
"start:fts": "nx serve fts --open",
"start:material": "nx serve material --open",
"build": "ng build",
"build:fts": "ng build fts",
"test": "ng test",
"lint": "nx workspace-lint && ng lint",
"e2e": "ng e2e",
"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",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help",
"clean": "npx rimraf node_modules package-lock.json",
"emu-android": "%ANDROID_HOME%\\emulator\\emulator.exe -avd Pixel_3_API_29",
"test:ci": "ng run-many --target=test --all --parallel --coverage --coverageReporters=json && node ./tools/coverage/jsonMerger.js && npx nyc report --temp-dir ./coverage/json --reporter lcov --report-dir ./coverage/report",
"coverage:start": "npx serve -c ./tools/coverage/serve.json"
},
"private": true,
"dependencies": {
"@angular/animations": "13.3.3",
"@angular/cdk": "13.3.3",
"@angular/common": "13.3.3",
"@angular/compiler": "13.3.3",
"@angular/core": "13.3.3",
"@angular/flex-layout": "^13.0.0-beta.38",
"@angular/forms": "13.3.3",
"@angular/localize": "13.3.3",
"@angular/material": "13.3.3",
"@angular/material-luxon-adapter": "^13.3.3",
"@angular/platform-browser": "13.3.3",
"@angular/platform-browser-dynamic": "13.3.3",
"@angular/router": "13.3.3",
"@capacitor/core": "^3.2.5",
"@fortawesome/angular-fontawesome": "^0.10.2",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@ionic/angular": "^6.1.1",
"@ng-bootstrap/ng-bootstrap": "^12.0.0",
"@ngneat/falso": "^2.25.1",
"@ngrx/component": "^13.0.2",
"@ngrx/component-store": "~13.0.0",
"@ngrx/data": "^13.0.2",
"@ngrx/effects": "^13.0.2",
"@ngrx/entity": "^13.0.2",
"@ngrx/router-store": "^13.0.2",
"@ngrx/store": "^13.0.2",
"@nrwl/angular": "13.9.4",
"@popperjs/core": "^2.11.2",
"angular-in-memory-web-api": "^0.13.0",
"bootstrap": "^5.1.3",
"bootswatch": "^5.1.3",
"luxon": "^2.3.0",
"ngx-bootstrap": "^8.0.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.3.3",
"@angular-eslint/eslint-plugin": "13.0.1",
"@angular-eslint/eslint-plugin-template": "13.0.1",
"@angular-eslint/template-parser": "13.0.1",
"@angular/cli": "13.3.3",
"@angular/compiler-cli": "13.3.3",
"@angular/language-service": "13.3.3",
"@capacitor/android": "3.2.5",
"@capacitor/cli": "^3.2.5",
"@capacitor/ios": "3.4.3",
"@ngneat/spectator": "^10.0.0",
"@ngrx/schematics": "~13.0.0",
"@ngrx/store-devtools": "^13.0.2",
"@nrwl/angular": "13.10.3",
"@nrwl/cli": "13.10.3",
"@nrwl/cypress": "13.10.3",
"@nrwl/eslint-plugin-nx": "13.10.3",
"@nrwl/jest": "13.10.3",
"@nrwl/linter": "13.10.3",
"@nrwl/workspace": "13.10.3",
"@nxtend/capacitor": "^13.0.0",
"@nxtend/ionic-angular": "^13.1.0",
"@testing-library/cypress": "^8.0.2",
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^5.16.4",
"@types/jest": "27.0.2",
"@types/jquery": "^3.5.14",
"@types/luxon": "^2.0.9",
"@types/node": "14.14.33",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"autoprefixer": "^10.4.0",
"cypress": "^9.6.0",
"dotenv": "~10.0.0",
"eslint": "8.12.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"glob": "^7.2.0",
"jasmine-marbles": "~0.8.3",
"jest": "27.2.3",
"jest-preset-angular": "11.1.1",
"jquery": "^3.6.0",
"json-server": "^0.17.0",
"ng-mocks": "^13.1.0",
"nx": "13.10.3",
"nyc": "^15.1.0",
"postcss": "^8.4.5",
"prettier": "2.5.1",
"tailwindcss": "^3.0.2",
"ts-jest": "27.0.5",
"ts-node": "~9.1.1",
"typescript": "4.6.3"
}
}