-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.42 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
{
"name": "matriculaciones",
"version": "0.0.0",
"license": "MIT",
"angular-cli": {},
"scripts": {
"ng": "ng",
"start": "ng serve",
"test": "ng test",
"lint": "eslint -c .eslintrc.js --ext .ts .",
"lint:fix": "eslint -c .eslintrc.js --ext .ts . --fix",
"build:prod": "node --max_old_space_size=4096 ./node_modules/\\@angular/cli/bin/ng build --configuration=production"
},
"dependencies": {
"@andes/auth": "^4.0.0",
"@andes/icons": "^1.1.3",
"@andes/match": "^1.1.12",
"@andes/plex": "^7.18.2",
"@andes/shared": "^5.5.0",
"@angular/animations": "9.1.12",
"@angular/cdk": "^7.0.1",
"@angular/common": "9.1.12",
"@angular/compiler": "9.1.12",
"@angular/core": "^9.1.12",
"@angular/forms": "9.1.12",
"@angular/material": "^7.0.1",
"@angular/platform-browser": "^9.1.12",
"@angular/platform-browser-dynamic": "^9.1.12",
"@angular/platform-server": "9.1.12",
"@angular/router": "9.1.12",
"@types/jquery": "^3.5.2",
"angular2-image-upload": "^1.0.0-rc.0",
"angular2-infinite-scroll": "^0.3.5",
"blueimp-canvas-to-blob": "^3.28.0",
"bowser": "^1.9.4",
"bson": "^1.1.5",
"core-js": "^2.6.11",
"enhanced-resolve": "^3.4.1",
"file-saver": "^1.3.3",
"jspdf": "^1.3.5",
"moment": "^2.24.0",
"ng2-img-max": "2.1.6",
"ng2-img-tools": "1.1.0",
"ng2-pica": "1.1.0",
"ngx-infinite-scroll": "^0.8.3",
"ngx-webcam": "^0.2.0",
"rxjs": "^6.6.3",
"rxjs-compat": "^6.6.3",
"tslib": "^1.14.0",
"xlsx": "^0.14.1",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^8.1.0",
"@angular-devkit/build-angular": "~0.901.12",
"@angular-eslint/eslint-plugin": "^12.4.1",
"@angular/cli": "^9.1.12",
"@angular/compiler-cli": "9.1.12",
"@types/intro.js": "^2.4.7",
"@types/jasmine": "^3.5.14",
"@types/node": "^12.12.64",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"codelyzer": "^5.2.2",
"eslint": "^7.32.0",
"jasmine-core": "^3.6.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^4.4.1",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^2.0.0",
"karma-coverage-istanbul-reporter": "^0.2.0",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"protractor": "^5.4.4",
"ts-node": "~2.0.0",
"typescript": "3.8.3",
"webpack": "^4.44.2"
}
}