-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 2.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "storemydocs",
"version": "0.2.0-26-g2444cfa",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:dev": "npm run set-version-from-git && ng serve --host 0.0.0.0 --public-host https://local.storemydocs.ovh --disable-host-check",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"set-version-from-git": "npm version --no-git-tag-version --allow-same-version $(git describe --tags)",
"build:prod": "ng build --configuration production",
"test": "TZ=UTC ng test",
"test:headless": "TZ=UTC ng test --watch=false --browsers=ChromeHeadless --code-coverage",
"e2e": "npx playwright test",
"test:mutation": "TZ=UTC npx stryker run --concurrency 1 --incremental"
},
"private": true,
"//": "WARNING: Before upgrading angular, check compatibility with ngMocks (https://github.com/help-me-mom/ng-mocks)",
"dependencies": {
"@angular/animations": "^16.1.0",
"@angular/cdk": "^16.1.4",
"@angular/common": "^16.1.0",
"@angular/compiler": "^16.1.0",
"@angular/core": "^16.1.0",
"@angular/forms": "^16.2.12",
"@angular/material": "^16.2.12",
"@angular/platform-browser": "^16.1.0",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.12",
"@auth0/angular-jwt": "^5.2.0",
"filesize": "^9.0.11",
"ngx-filesize": "^3.0.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "^0.13.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.10",
"@angular/cli": "~16.1.3",
"@angular/compiler-cli": "^16.2.12",
"@playwright/test": "^1.39.0",
"@stryker-mutator/core": "^7.3.0",
"@stryker-mutator/karma-runner": "^7.3.0",
"@stryker-mutator/typescript-checker": "^7.3.0",
"@types/gapi.client.drive-v3": "^0.0.4",
"@types/google.accounts": "^0.0.14",
"@types/google.picker": "^0.0.42",
"@types/jasmine": "~5.1.2",
"@types/uuid": "^9.0.7",
"jasmine-core": "~5.1.1",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"karma-mocha-reporter": "^2.2.5",
"ng-mocks": "^14.11.0",
"strong-mock": "^8.0.1",
"stryker-cli": "^1.0.2",
"typescript": "~5.1.6"
}
}