forked from ekateriinal/angular-cvi-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.44 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
{
"name": "frontend-app",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --disable-host-check",
"build": "ng build"
},
"private": true,
"dependencies": {
"@angular/animations": "14.3.0",
"@angular/cdk": "14.2.7",
"@angular/common": "14.3.0",
"@angular/compiler": "14.3.0",
"@angular/core": "14.3.0",
"@angular/elements": "14.3.0",
"@angular/forms": "14.3.0",
"@angular/platform-browser": "14.3.0",
"@angular/platform-browser-dynamic": "14.3.0",
"@angular/router": "14.3.0",
"@egov/cvi-icons": "^1.13.0",
"@egov/cvi-ng": "^2.5.2",
"@egov/cvi-styles": "^2.4.2",
"@fortawesome/angular-fontawesome": "^0.11.1",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.2.12",
"@angular-eslint/builder": "14.3.0",
"@angular-eslint/eslint-plugin": "14.3.0",
"@angular-eslint/eslint-plugin-template": "14.3.0",
"@angular-eslint/template-parser": "14.3.0",
"@angular/cli": "14.2.12",
"@angular/compiler-cli": "14.3.0",
"@compodoc/compodoc": "^1.1.21",
"@types/jest": "^29.5.2",
"@types/sanitize-html": "^2.9.3",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "^8.44.0",
"typescript": "~4.7.2"
}
}