-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.27 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
{
"name": "yti-codelist-ui",
"version": "0.0.0",
"license": "EUPL-1.2",
"scripts": {
"ng": "node -- node_modules/@angular/cli/bin/ng",
"start": "ng serve --port 9600 --proxy-config proxy.conf.json",
"start-dev": "ng serve --port 9600 --proxy-config proxy-dev.conf.json --ssl true",
"start-prod": "ng serve --configuration production --port 9600 --proxy-config proxy.conf.json",
"build": "ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"create-translations": "node -- node_modules/@biesbjerg/ngx-translate-extract/bin/cli.js --input ./src/app --output ./po/template.pot --format=pot --clean"
},
"private": true,
"dependencies": {
"@angular/animations": "^12.1.1",
"@angular/cdk": "^13.0.3",
"@angular/common": "^12.1.1",
"@angular/compiler": "^12.1.1",
"@angular/core": "^12.1.1",
"@angular/forms": "^12.1.1",
"@angular/localize": "^12.1.1",
"@angular/platform-browser": "^12.1.1",
"@angular/platform-browser-dynamic": "^12.1.1",
"@angular/router": "^12.1.1",
"@fortawesome/fontawesome-free-webfonts": "^1.0.9",
"@ng-bootstrap/ng-bootstrap": "^10.0.0",
"@ngx-translate/core": "^13.0.0",
"@vrk-yti/yti-common-ui": "0.0.1-alpha-20210928.g2ff813c.feature-angular-library",
"bootstrap": "^4.5.0",
"material-design-icons": "^3.0.1",
"moment": "^2.29.4",
"ngx-clipboard": "^14.0.1",
"ngx-infinite-scroll": "^10.0.1",
"rxjs": "~6.6.7",
"simple-line-icons": "^2.5.5",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.1.1",
"@angular/cli": "~12.1.1",
"@angular/compiler-cli": "^12.1.1",
"@angular/language-service": "^12.1.1",
"@biesbjerg/ngx-translate-extract": "^7.0.4",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"@types/webpack-env": "^1.13.6",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"po-loader": "0.3.1",
"po2json": "0.4.5",
"protractor": "~7.0.0",
"ts-node": "~5.0.1",
"tslint": "~6.1.0",
"typescript": "~4.3.5"
},
"resolutions": {
"**/@types/node": "~8.9.4"
},
"engines": {
"node": ">=16.3.1 <17.0.0"
}
}