-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.14 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
{
"name": "plantillas-cliente",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"build:prod": "npm run build -- --aot --configuration=production",
"build:test": "npm run build -- --aot --configuration=test",
"build:dev": "npm run build -- --aot --configuration=dev"
},
"private": true,
"dependencies": {
"@angular/animations": "~12.2.12",
"@angular/cdk": "^12.2.13",
"@angular/cli": "^12.2.12",
"@angular/common": "~12.2.12",
"@angular/compiler": "~12.2.12",
"@angular/core": "~12.2.12",
"@angular/forms": "~12.2.12",
"@angular/material": "^12.2.12",
"@angular/material-moment-adapter": "^12.2.12",
"@angular/platform-browser": "~12.2.12",
"@angular/platform-browser-dynamic": "~12.2.12",
"@angular/router": "~12.2.12",
"@angular/service-worker": "~12.2.12",
"@fortawesome/angular-fontawesome": "^0.9.0",
"@fortawesome/fontawesome-free": "^6.2.1",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@tinymce/tinymce-angular": "^4.2.4",
"bootstrap": "^5.3.2",
"fortawesome": "0.0.1-security",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"moment": "^2.29.1",
"nebular-icons": "^1.1.0",
"ng2-completer": "^9.0.1",
"ng2-smart-table": "^1.7.2",
"ngx-extended-pdf-viewer": "^12.1.2",
"rxjs": "~7.4.0",
"sweetalert2": "^10.15.5",
"tinymce": "^7.3.0",
"tslib": "^2.3.1",
"zone.js": "^0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.12",
"@angular/compiler-cli": "~12.2.12",
"@types/jasmine": "~3.10.1",
"@types/node": "^16.11.6",
"@types/pdfmake": "^0.1.18",
"codelyzer": "^6.0.2",
"jasmine-core": "~3.10.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.6",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"protractor": "~7.0.0",
"ts-node": "~10.4.0",
"tslint": "~6.1.3",
"typescript": "4.3.5"
}
}