-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
74 lines (74 loc) · 2.46 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
{
"name": "reply",
"version": "0.0.0",
"scripts": {
"prepare": "husky install",
"ng": "ng",
"start": "ng serve",
"build-libs": "ng build scrolling",
"build": "ng build reply",
"watch": "ng build reply --watch --configuration development",
"test": "ng test reply",
"deploy": "ng deploy reply",
"test:wsl": "CHROME_BIN=\"/mnt/c/Program Files (x86)/Microsoft/Edge/Application/msedge.exe\" TEMP=\"C:/temp\" npm run test",
"format": "prettier --write \"{*,projects/**/*}.{html,css,less,scss,sass,ts,js,json,md}\" && eslint \"projects/**/*.ts\" --cache --fix"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.1.3",
"@angular/cdk": "^16.1.3",
"@angular/common": "^16.1.3",
"@angular/compiler": "^16.1.3",
"@angular/core": "^16.1.3",
"@angular/forms": "^16.1.3",
"@angular/material": "^16.1.3",
"@angular/platform-browser": "^16.1.3",
"@angular/platform-browser-dynamic": "^16.1.3",
"@angular/router": "^16.1.3",
"@angular/service-worker": "^16.1.3",
"@layout-projection/angular": "^0.14.0",
"@layout-projection/core": "^0.14.0",
"@ngrx/effects": "^16.1.0",
"@ngrx/store": "^16.1.0",
"@ngrx/store-devtools": "^16.1.0",
"dayjs": "^1.11.6",
"dexie": "^3.2.4",
"gmail-api-parse-message": "^2.1.2",
"hammerjs": "^2.0.8",
"js-base64": "^3.7.5",
"rxjs": "^7.8.1",
"symbol-observable": "^4.0.0",
"three-dots": "^0.3.2",
"timeago.js": "^4.0.2",
"tslib": "^2.3.0",
"zone.js": "~0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.3",
"@angular/cli": "~16.1.3",
"@angular/compiler-cli": "^16.1.3",
"@types/gapi": "^0.0.44",
"@types/gapi.client.gmail-v1": "^0.0.1",
"@types/gapi.client.people-v1": "^0.0.1",
"@types/google.accounts": "^0.0.7",
"@types/jasmine": "~4.0.0",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"angular-cli-ghpages": "^1.0.4",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"husky": "^8.0.1",
"jasmine-core": "~4.3.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"lint-staged": "^13.0.3",
"ng-packagr": "^16.1.0",
"prettier": "^2.7.1",
"typescript": "^5.1.6"
}
}