forked from Goosly/AGE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.49 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
{
"name": "angular-sifese",
"version": "0.0.0",
"private": true,
"dependencies": {
"@angular/animations": "^14.2.4",
"@angular/cdk": "^14.2.4",
"@angular/common": "14.2.4",
"@angular/compiler": "14.2.4",
"@angular/core": "14.2.4",
"@angular/forms": "14.2.4",
"@angular/material": "^14.2.4",
"@angular/platform-browser": "14.2.4",
"@angular/platform-browser-dynamic": "14.2.4",
"@angular/router": "14.2.4",
"@wca/helpers": "^1.1.0",
"core-js": "2.5.7",
"file-saver": "1.3.8",
"jquery": "^3.5.1",
"moment": "^2.24.0",
"moment-timezone": "0.5.23",
"ng2-cookies": "^1.0.12",
"rxjs": "6.6.7",
"tslib": "^2.0.0",
"zone.js": "~0.11.8"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "jest --watch",
"test": "jest",
"lint": "ng lint",
"e2e": "ng e2e"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.4",
"@angular/cli": "^14.2.4",
"@angular/compiler-cli": "^14.2.4",
"@angular/language-service": "^14.2.4",
"@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": "^28.1.3",
"jest-preset-angular": "^12.2.2",
"karma-coverage-istanbul-reporter": "~3.0.2",
"protractor": "~7.0.0",
"ts-node": "~5.0.1",
"tslint": "~6.1.0",
"typescript": "~4.6.4"
}
}