-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.24 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.24 KB
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
{
"name": "shongo-frontend",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start-prod": "ng serve --configuration production-test",
"build": "ng build",
"build-prod": "ng build --configuration production",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"prepare": "husky install",
"extract-i18n": "ng extract-i18n --output-path src/locales",
"pre-commit": "lint-staged"
},
"private": true,
"dependencies": {
"@angular/animations": "^13.3.2",
"@angular/cdk": "^13.3.2",
"@angular/common": "^13.3.2",
"@angular/compiler": "^13.3.2",
"@angular/core": "^13.3.2",
"@angular/flex-layout": "^13.0.0-beta.38",
"@angular/forms": "^13.3.2",
"@angular/material": "^13.3.2",
"@angular/material-moment-adapter": "^13.3.2",
"@angular/platform-browser": "^13.3.2",
"@angular/platform-browser-dynamic": "^13.3.2",
"@angular/router": "^13.3.2",
"angular-calendar": "^0.29.0",
"angular-oauth2-oidc": "^13.0.1",
"moment": "^2.29.2",
"moment-timezone": "^0.5.34",
"ngx-mat-select-search": "^4.0.2",
"ngx-skeleton-loader": "^5.0.0",
"rxjs": "^7.5.5",
"tslib": "^2.3.0",
"zone.js": "^0.11.5"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^13.1.0",
"@angular-devkit/build-angular": "^13.3.2",
"@angular-eslint/builder": "^13.2.0",
"@angular-eslint/eslint-plugin": "^13.2.0",
"@angular-eslint/eslint-plugin-template": "^13.2.0",
"@angular-eslint/schematics": "^13.2.0",
"@angular-eslint/template-parser": "^13.2.0",
"@angular/cli": "^13.3.2",
"@angular/compiler-cli": "^13.3.2",
"@angular/localize": "^13.3.2",
"@types/jasmine": "^4.0.2",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"husky": "^7.0.0",
"jasmine-core": "^4.0.1",
"karma": "^6.3.17",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-jasmine": "^4.0.2",
"karma-jasmine-html-reporter": "~1.7.0",
"lint-staged": "^12.3.7",
"moment-locales-webpack-plugin": "^1.2.0",
"prettier": "^2.6.2",
"typescript": "^4.6.3"
}
}