-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
53 lines (53 loc) · 1.44 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
{
"name": "angular-sifese",
"version": "0.0.0",
"private": true,
"dependencies": {
"@angular/animations": "^17.0.8",
"@angular/cdk": "^17.0.4",
"@angular/common": "17.0.8",
"@angular/compiler": "17.0.8",
"@angular/core": "17.0.8",
"@angular/forms": "17.0.8",
"@angular/material": "^17.0.4",
"@angular/platform-browser": "17.0.8",
"@angular/platform-browser-dynamic": "17.0.8",
"@angular/router": "17.0.8",
"@wca/helpers": "^1.1.4",
"core-js": "2.5.7",
"file-saver": "1.3.8",
"jquery": "^3.7.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.35",
"ng2-cookies": "^1.0.12",
"rxjs": "6.6.7",
"tslib": "^2.0.0",
"zone.js": "~0.14.2"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build-prod": "ng build -c=production",
"test": "jest"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.8",
"@angular/cli": "^17.0.8",
"@angular/compiler-cli": "^17.0.8",
"@angular/language-service": "^17.0.8",
"@types/jasminewd2": "^2.0.8",
"@types/jest": "^29.1.1",
"@types/jquery": "^3.3.31",
"@types/node": "~8.9.4",
"codelyzer": "^6.0.1",
"font-awesome": "^4.7.0",
"jasmine-spec-reporter": "~5.0.0",
"jest": "^29.7.0",
"jest-preset-angular": "^13.1.4",
"karma-coverage-istanbul-reporter": "~3.0.2",
"protractor": "~7.0.0",
"ts-node": "~5.0.1",
"tslint": "~6.1.0",
"typescript": "~5.2.2"
}
}