-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.57 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
{
"name": "iban",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start:dev": "ng serve",
"build": "ng build",
"build:prod": "ng build --prod",
"test": "jest",
"lint": "ng lint",
"e2e": "ng e2e"
},
"engines": {
"node": "v14.16.1",
"npm": "v6.14.12"
},
"private": true,
"dependencies": {
"@angular/animations": "~12.2.17",
"@angular/common": "~12.2.17",
"@angular/compiler": "~12.2.17",
"@angular/core": "~12.2.17",
"@angular/forms": "~12.2.17",
"@angular/platform-browser": "~12.2.17",
"@angular/platform-browser-dynamic": "~12.2.17",
"@angular/router": "~12.2.17",
"bootstrap": "^4.5.3",
"express": "^4.17.1",
"jest-preset-angular": "^8.4.0",
"jquery": "^3.5.1",
"path": "^0.12.7",
"rxjs": "^6.6.6",
"tether": "^1.4.7",
"tslib": "^2.0.0",
"uuid": "^9.0.0",
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.2.18",
"@angular/cli": "^12.2.18",
"@angular/compiler-cli": "^12.2.17",
"@babel/preset-typescript": "^7.13.0",
"@testing-library/angular": "^10.3.2",
"@testing-library/dom": "^7.30.0",
"@testing-library/user-event": "^12.8.3",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/jest": "^26.0.20",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"jest": "^26.6.3",
"protractor": "~7.0.0",
"ts-jest": "^26.5.2",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "^4.3.5"
}
}