-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
153 lines (153 loc) · 4.43 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "@andes/app",
"version": "5.153.0",
"description": "Aplicación web para ANDES",
"angular-cli": {},
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:dev": "node --max_old_space_size=4096 ./node_modules/\\@angular/cli/bin/ng serve",
"test": "ng test",
"lint": "eslint -c .eslintrc.js --ext .ts .",
"lint:fix": "eslint -c .eslintrc.js --ext .ts . --fix",
"portal": "ng serve portal",
"portal:build:prod": "node --max_old_space_size=4096 ./node_modules/\\@angular/cli/bin/ng build portal --configuration=production",
"build:prod": "node --max_old_space_size=4096 ./node_modules/\\@angular/cli/bin/ng build --configuration=production",
"build:test": "node --max_old_space_size=4096 ./node_modules/\\@angular/cli/bin/ng build --configuration=test",
"build:demo": "node --max_old_space_size=4096 ./node_modules/\\@angular/cli/bin/ng build --configuration=demo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andes/app.git"
},
"author": "Red TICs",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/andes/app/issues"
},
"browser": {
"vm": false,
"selectn": false
},
"dependencies": {
"@agm/core": "3.0.0-beta.0",
"@andes/icons": "^1.1.27",
"@andes/match": "^1.1.12",
"@andes/plex": "^8.0.3",
"@angular-eslint/eslint-plugin": "12.3.1",
"@angular/animations": "^12.2.17",
"@angular/cdk": "^12.2.13",
"@angular/common": "12.2.17",
"@angular/compiler": "^12.2.17",
"@angular/core": "12.2.17",
"@angular/forms": "12.2.17",
"@angular/material": "^12.2.13",
"@angular/platform-browser": "^12.2.17",
"@angular/platform-browser-dynamic": "12.2.17",
"@angular/platform-server": "12.2.17",
"@angular/router": "12.2.17",
"@typescript-eslint/eslint-plugin-tslint": "^4.28.5",
"@zxing/browser": "0.0.9",
"@zxing/library": "^0.18.6",
"@zxing/ngx-scanner": "3.5.0",
"bowser": "^1.9.4",
"bson": "^4.0.0-rc5",
"chart.js": "^2.7.3",
"core-js": "^2.5.7",
"enhanced-resolve": "^4.1.0",
"file-saver": "^2.0.2",
"json-rules-engine": "^5.0.4",
"ng-drag-drop": "^5.0.0",
"ng-recaptcha": "^7.0.1",
"ng2-charts": "^2.4.2",
"ng2-slugify": "^0.1.0",
"ngx-image-compress": "^11.0.3",
"ngx-infinite-scroll": "^8.0.0",
"ngx-observe": "^1.1.1",
"ol": "^5.3.3",
"rxjs": "^7.0.0",
"shiro-trie": "^0.4.9",
"socket.io-client": "^2.3.0",
"socketio-wildcard": "^2.0.0",
"tslib": "^2.0.0",
"vis-data": "^7.1.2",
"vis-timeline": "^7.4.8",
"vis-util": "^5.0.2",
"xlsx": "^0.15.4",
"xss": "^1.0.8",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^12.1.3",
"@angular-devkit/build-angular": "^0.1000.3",
"@angular-devkit/build-ng-packagr": "~0.1002.4",
"@angular/cli": "^12.2.18",
"@angular/compiler-cli": "12.2.17",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/estree": "^1.0.2",
"@types/googlemaps": "3.39.13",
"@types/hammerjs": "^2.0.39",
"@types/jasmine": "^2.8.9",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"codelyzer": "^5.1.2",
"eslint": "^7.31.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"ng-packagr": "^12.2.7",
"protractor": "~7.0.0",
"semantic-release": "^17.0.8",
"ts-node": "~7.0.1",
"tsickle": "^0.39.1",
"typescript": "4.3.4"
},
"release": {
"branches": [
{
"name": "master"
}
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [
{
"type": "refactor",
"release": "patch"
},
{
"type": "chore",
"release": "patch"
}
],
"parserOpts": {
"noteKeywords": [
"BREAKING CHANGE",
"BREAKING CHANGES"
]
}
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/github",
{
"successComment": false,
"failComment": false
}
],
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
"@semantic-release/git"
]
}
}