This repository has been archived by the owner on Oct 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.8 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
{
"name": "vc-demo-xapi-app",
"version": "1.0.0",
"scripts": {
"prepare": "husky install",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"xapi:codegen": "npx apollo client:codegen ../types --target typescript --useReadOnlyTypes --globalTypesFile ./src/app/graphql/types/globalTypes.ts"
},
"private": true,
"dependencies": {
"@angular/animations": "~12.1.1",
"@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",
"@apollo/client": "^3.0.0",
"@ctrl/ngx-codemirror": "^5.0.0",
"@fontsource/lato": "^4.5.0",
"@fontsource/roboto-condensed": "^4.5.0",
"@fortawesome/angular-fontawesome": "^0.9.0",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@graphql-tools/webpack-loader": "^6.4.0",
"@ng-bootstrap/ng-bootstrap": "~11.0.0-beta.2",
"@ng-dynamic-forms/core": "^14.0.1",
"@ng-dynamic-forms/ui-ng-bootstrap": "^14.0.1",
"@ngrx/effects": "^12.2.0",
"@ngrx/store": "^12.2.0",
"@ngrx/store-devtools": "^12.2.0",
"apollo-angular": "^2.6.0",
"bootstrap": "~5.0.2",
"codemirror": "^5.62.2",
"graphql": "^15.0.0",
"ngx-mask": "^12.0.0",
"rxjs": "~6.6.0",
"tslib": "^2.2.0",
"type-fest": "^1.2.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^12.1.0",
"@angular-devkit/build-angular": "~12.1.1",
"@angular-eslint/builder": "12.3.0",
"@angular-eslint/eslint-plugin": "12.3.0",
"@angular-eslint/eslint-plugin-template": "12.3.0",
"@angular-eslint/schematics": "12.3.0",
"@angular-eslint/template-parser": "12.3.0",
"@angular/cli": "~12.1.1",
"@angular/compiler-cli": "~12.1.1",
"@ngrx/schematics": "^12.2.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"apollo": "^2.33.4",
"eslint": "^7.30.0",
"eslint-plugin-editorconfig": "^3.0.2",
"eslint-plugin-ngrx": "^1.26.1",
"eslint-plugin-unused-imports": "^1.1.2",
"husky": "^7.0.0",
"jasmine-core": "~3.7.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"karma-sonarqube-unit-reporter": "0.0.23",
"purgecss-webpack-plugin": "^4.0.3",
"sass": "^1.35.2",
"typescript": "~4.3.2"
}
}