-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
107 lines (107 loc) · 3.71 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "detektiv-kollektiv",
"version": "0.0.0",
"scripts": {
"cy:open": "cypress open",
"cy:run": "cypress run",
"ng": "nx",
"start": "ng serve",
"build": "ng build",
"build:dev": "ng build --configuration=dev && compodoc -p tsconfig.json -d dist/documentation",
"build:qa": "ng build --configuration=qa && compodoc -p tsconfig.json -d dist/documentation",
"build:prod": "ng build --configuration=production && compodoc -p tsconfig.json -d dist/documentation",
"test": "ng test ",
"test:headless": "ng test --ci",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"e2e": "ng e2e",
"e2e:ci": "start-server-and-test start http://localhost:4200 cy:run",
"compodoc": "compodoc -p tsconfig.json -d dist/documentation"
},
"private": true,
"dependencies": {
"@angular/animations": "^11.2.4",
"@angular/cdk": "^11.2.3",
"@angular/common": "^11.2.4",
"@angular/compiler": "^11.2.4",
"@angular/core": "^11.2.4",
"@angular/flex-layout": "^11.0.0-beta.33",
"@angular/forms": "^11.2.4",
"@angular/material": "^11.2.3",
"@angular/material-moment-adapter": "^11.2.3",
"@angular/platform-browser": "^11.2.4",
"@angular/platform-browser-dynamic": "^11.2.4",
"@angular/router": "^11.2.4",
"@fortawesome/angular-fontawesome": "^0.8.2",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^4.0.0",
"@ngxs/logger-plugin": "^3.7.1",
"@ngxs/store": "^3.7.1",
"@nirbos/bellerophon": "0.0.3",
"angular-responsive-carousel": "^2.1.2",
"aws-amplify": "^3.0.10 ",
"hammerjs": "^2.0.8",
"lato-font": "^3.0.0",
"masonry-layout": "^4.2.2",
"moment": "^2.29.4",
"ngx-masonry": "^13.0.0",
"ngx-pagination": "^5.1.1",
"ngx-sharebuttons": "^8.0.5",
"roboto-fontface": "^0.10.0",
"rxjs": "~6.5.4",
"rxjs-compat": "^6.5.5",
"swiper": "^6.8.0",
"tslib": "^2.1.0",
"typeface-oswald": "^1.1.4",
"web-animations-js": "^2.3.2",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-builders/jest": "13.0.0",
"@angular-devkit/architect": "~0.1100.1",
"@angular-devkit/build-angular": "^0.1102.3",
"@angular-devkit/core": "^11.2.3",
"@angular-devkit/schematics": "^11.2.3",
"@angular-eslint/builder": "1.2.0",
"@angular-eslint/eslint-plugin": "1.2.0",
"@angular-eslint/eslint-plugin-template": "1.2.0",
"@angular-eslint/schematics": "1.2.0",
"@angular-eslint/template-parser": "1.2.0",
"@angular/cli": "^11.2.3",
"@angular/compiler-cli": "^11.2.4",
"@angular/language-service": "^11.2.4",
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"@briebug/cypress-schematic": "^4.4.0",
"@compodoc/compodoc": "^1.1.11",
"@cypress/webpack-preprocessor": "5.5.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/jest": "27.0.3",
"@types/node": "^12.12.38",
"@typescript-eslint/eslint-plugin": "4.3.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.16.1",
"@typescript-eslint/parser": "4.3.0",
"babel-loader": "^8.2.2",
"codelyzer": "^6.0.0",
"cypress": "6.1.0",
"eslint": "^7.6.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.7.6",
"eslint-plugin-prefer-arrow": "1.2.2",
"husky": "^7.0.2",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"jest": "27.3.1",
"ng-packagr": "^11.0.0",
"start-server-and-test": "^1.11.6",
"ts-loader": "8.0.12",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.1.5",
"webpack": "^4.18.1"
}
}