forked from EntrevistadorInteligente/si-client-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.35 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
{
"name": "landing-entrevistador",
"version": "0.0.0",
"homepage": "https://webiots.co.in/landing-entrevistador/",
"scripts": {
"ng": "ng",
"start": "node --max_old_space_size=8192 ./node_modules/@angular/cli/bin/ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"run-build": "lite-server --baseDir='dist/landing-entrevistador'"
},
"private": true,
"dependencies": {
"@angular-slider/ngx-slider": "^2.0.4",
"@angular/animations": "^17.0.6",
"@angular/cdk": "^17.0.3",
"@angular/common": "^17.0.6",
"@angular/compiler": "^17.0.6",
"@angular/core": "^17.0.6",
"@angular/forms": "^17.0.6",
"@angular/localize": "^17.0.6",
"@angular/platform-browser": "^17.0.6",
"@angular/platform-browser-dynamic": "^17.0.6",
"@angular/router": "^17.0.6",
"@ckeditor/ckeditor5-build-classic": "^41.4.2",
"@fortawesome/angular-fontawesome": "^0.14.0",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-regular-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@ng-select/ng-select": "^12.0.7",
"@ngx-loading-bar/core": "^6.0.2",
"@ngx-loading-bar/http-client": "^6.0.2",
"@ngx-loading-bar/router": "^6.0.2",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@popperjs/core": "^2.10.2",
"@types/hammerjs": "^2.0.41",
"angular-svg-icon": "^14.0.0",
"bootstrap": "^5.2.0",
"font-awesome": "^4.7.0",
"jqwidgets-scripts": "^14.0.0",
"keycloak-angular": "^15.2.1",
"network-services": "^1.1.3",
"ngx-dropzone": "^3.1.0",
"ngx-toastr": "^18.0.0",
"npm": "^9.7.1",
"primeng": "^17.18.0",
"rxjs": "^7.8.1",
"serverless-offline": "^13.6.0",
"sweetalert2": "^11.11.1",
"typed.js": "^2.1.0",
"typewriter-effect": "^2.21.0",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.6",
"@angular/cli": "^17.0.6",
"@angular/compiler-cli": "^17.0.6",
"@types/node": "^18.7.9",
"jasmine-core": "~4.1.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"prettier": "^3.3.2",
"typescript": "~5.2.2"
}
}