-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
78 lines (78 loc) · 2.68 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
69
70
71
72
73
74
75
76
77
78
{
"name": "prague-clock",
"version": "1.7.2",
"scripts": {
"ng": "ng",
"start": "ng serve --configuration=development",
"start:cs": "ng serve --configuration=cs",
"start:de": "ng serve --configuration=de",
"start:es": "ng serve --configuration=es",
"start:fr": "ng serve --configuration=fr",
"i18n": "ng extract-i18n",
"build": "ng build --base-href /orloj/",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "eslint \"src/**/*.ts\" && stylelint --custom-syntax postcss-scss \"**/*.scss\"",
"lint-fix": "eslint \"src/**/*.ts\" --fix"
},
"private": true,
"dependencies": {
"@angular/animations": "~13.2.0",
"@angular/cdk": "^13.2.6",
"@angular/common": "~13.2.0",
"@angular/compiler": "~13.2.0",
"@angular/core": "~13.2.0",
"@angular/forms": "~13.2.0",
"@angular/platform-browser": "~13.2.0",
"@angular/platform-browser-dynamic": "~13.2.0",
"@angular/router": "~13.2.0",
"@fortawesome/angular-fontawesome": "^0.10.2",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@tubular/astronomy": "^3.3.0",
"@tubular/math": "^3.1.0",
"@tubular/ng-widgets": "^2.1.2",
"@tubular/time": "^3.8.2",
"@tubular/util": "^4.11.0",
"primeicons": "^5.0.0",
"primeng": "^13.4.1",
"rxjs": "~7.5.0",
"three": "^0.140.0",
"tslib": "^2.4.0",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^13.1.0",
"@angular-devkit/build-angular": "~13.2.5",
"@angular-eslint/eslint-plugin": "^13.2.1",
"@angular-eslint/eslint-plugin-template": "^13.2.1",
"@angular-eslint/template-parser": "^13.2.1",
"@angular/cli": "~13.2.5",
"@angular/compiler-cli": "~13.2.0",
"@angular/localize": "^13.2.7",
"@tubular/browser-check": "^1.3.0",
"@types/jasmine": "~3.10.6",
"@types/node": "^12.20.50",
"@types/three": "^0.139.0",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-node": "^11.1.0",
"jasmine-core": "~4.0.0",
"karma": "~6.3.19",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~4.0.2",
"karma-jasmine-html-reporter": "~1.7.0",
"postcss-scss": "^4.0.4",
"stylelint": "^14.8.1",
"stylelint-config-standard": "^25.0.0",
"stylelint-scss": "^4.2.0",
"typescript": "~4.5.5"
}
}