-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·205 lines (205 loc) · 8.49 KB
/
package.json
File metadata and controls
executable file
·205 lines (205 loc) · 8.49 KB
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
{
"name": "@drayman/elements",
"version": "1.81.0",
"description": "A collection of web components for Drayman.",
"license": "MIT",
"keywords": [
"drayman"
],
"types": "types",
"scripts": {
"ng": "ng",
"build:types": "tsc -p ./tsconfig.types.json",
"typedoc": "npm run build:types && typedoc --tsconfig ./tsconfig.types.json",
"lint": "ng lint",
"build": "npm run build:calendar && npm run build:code-editor && npm run build:button && npm run build:text-field && npm run build:claviz-charts && npm run build:file-uploader && npm run build:number-field && npm run build:select && npm run build:table && npm run build:checkbox && npm run build:slider && npm run build:textarea-field && npm run build:radio-group && npm run build:datepicker && npm run build:timepicker && npm run build:pdf-viewer && npm run build:ngx-charts && npm run build:menu && npm run build:ngx-graph && npm run build:youtube-player && npm run build:nebula && npm run build:superset && npm run build:grid && npm run build:gauge && npm run build:year-calendar && npm run typedoc",
"build:code-editor": "ng build code-editor --extra-webpack-config webpack.partial.js --configuration production --single-bundle --output-hashing=none",
"build:calendar": "ng build calendar --configuration production --single-bundle --output-hashing=none",
"build:button": "ng build button --configuration production --single-bundle --output-hashing=none",
"build:text-field": "ng build text-field --configuration production --single-bundle --output-hashing=none",
"build:claviz-charts": "ng build claviz-charts --configuration production --single-bundle --output-hashing=none",
"build:file-uploader": "ng build file-uploader --configuration production --single-bundle --output-hashing=none",
"build:number-field": "ng build number-field --configuration production --single-bundle --output-hashing=none",
"build:select": "ng build select --configuration production --single-bundle --output-hashing=none",
"build:grid": "ng build grid --configuration production --single-bundle --output-hashing=none",
"build:youtube-player": "ng build youtube-player --configuration production --single-bundle --output-hashing=none",
"build:nebula": "ng build nebula --configuration production --single-bundle --output-hashing=none",
"build:superset": "ng build superset --configuration production --single-bundle --output-hashing=none",
"build:table": "ng build table --configuration production --single-bundle --output-hashing=none",
"build:checkbox": "ng build checkbox --configuration production --single-bundle --output-hashing=none",
"build:slider": "ng build slider --configuration production --single-bundle --output-hashing=none",
"build:textarea-field": "ng build textarea-field --configuration production --single-bundle --output-hashing=none",
"build:radio-group": "ng build radio-group --configuration production --single-bundle --output-hashing=none",
"build:datepicker": "ng build datepicker --configuration production --single-bundle --output-hashing=none",
"build:gauge": "ng build gauge --configuration production --single-bundle --output-hashing=none",
"build:timepicker": "ng build timepicker --configuration production --single-bundle --output-hashing=none",
"build:pdf-viewer": "ng build pdf-viewer --configuration production --single-bundle --output-hashing=none",
"build:ngx-charts": "ng build ngx-charts --configuration production --single-bundle --output-hashing=none",
"build:ngx-graph": "ng build ngx-graph --configuration production --single-bundle --output-hashing=none",
"build:menu": "ng build menu --configuration production --single-bundle --output-hashing=none",
"build:year-calendar": "ng build year-calendar --configuration production --single-bundle --output-hashing=none",
"create-element": "./element-generator/create.sh",
"e2e": "ng e2e"
},
"drayman": {
"elements": {
"drayman-text-field": {
"script": "./dist/text-field/main.js"
},
"drayman-number-field": {
"script": "./dist/number-field/main.js"
},
"drayman-button": {
"script": "./dist/button/main.js"
},
"drayman-calendar": {
"script": "./dist/calendar/main.js"
},
"drayman-year-calendar": {
"script": "./dist/year-calendar/main.js"
},
"drayman-code-editor": {
"script": "./dist/code-editor/main.js"
},
"drayman-claviz-charts": {
"script": "./dist/claviz-charts/main.js"
},
"drayman-file-uploader": {
"script": "./dist/file-uploader/main.js"
},
"drayman-select": {
"script": "./dist/select/main.js"
},
"drayman-grid": {
"script": "./dist/grid/main.js"
},
"drayman-youtube-player": {
"script": "./dist/youtube-player/main.js"
},
"drayman-nebula": {
"script": "./dist/nebula/main.js"
},
"drayman-superset": {
"script": "./dist/superset/main.js"
},
"drayman-table": {
"script": "./dist/table/main.js"
},
"drayman-checkbox": {
"script": "./dist/checkbox/main.js"
},
"drayman-slider": {
"script": "./dist/slider/main.js"
},
"drayman-menu": {
"script": "./dist/menu/main.js"
},
"drayman-textarea-field": {
"script": "./dist/textarea-field/main.js"
},
"drayman-radio-group": {
"script": "./dist/radio-group/main.js"
},
"drayman-datepicker": {
"script": "./dist/datepicker/main.js"
},
"drayman-gauge": {
"script": "./dist/gauge/main.js"
},
"drayman-timepicker": {
"script": "./dist/timepicker/main.js"
},
"drayman-pdf-viewer": {
"script": "./dist/pdf-viewer/main.js"
},
"drayman-ngx-charts": {
"script": "./dist/ngx-charts/main.js"
},
"drayman-ngx-graph": {
"script": "./dist/ngx-graph/main.js"
}
}
},
"devDependencies": {
"@angular-builders/jest": "11.0.0",
"@angular-devkit/build-angular": "13.3.11",
"@angular-extensions/elements": "11.0.1",
"@angular/animations": "13.4.0",
"@angular/cdk": "13.2.0",
"@angular/cli": "13.3.11",
"@angular/common": "13.4.0",
"@angular/compiler": "13.4.0",
"@angular/compiler-cli": "13.4.0",
"@angular/core": "13.4.0",
"@angular/elements": "13.4.0",
"@angular/flex-layout": "13.0.0-beta.38",
"@angular/forms": "13.4.0",
"@angular/language-service": "13.4.0",
"@angular/material": "13.2.0",
"@angular/platform-browser": "13.4.0",
"@angular/platform-browser-dynamic": "13.4.0",
"@angular/router": "13.4.0",
"@angular/youtube-player": "10.1.0",
"@babel/core": "7.11.5",
"@compodoc/compodoc": "1.1.11",
"@ctrl/ngx-codemirror": "5.1.1",
"@drayman/types": "latest",
"@nebula.js/stardust": "5.11.0",
"@ngneat/spectator": "5.13.2",
"@qlik/api": "^1.29.0",
"@superset-ui/embedded-sdk": "^0.3.0",
"@swimlane/ngx-charts": "16.0.0",
"@swimlane/ngx-graph": "8.0.0",
"@types/jest": "26.0.13",
"@types/multer": "1.4.4",
"@types/node": "latest",
"@types/shortid": "0.0.29",
"angular-calendar": "0.28.28",
"angular-resize-event": "2.0.1",
"babel-loader": "8.1.0",
"claviz-charts": "0.5.0",
"codelyzer": "^6.0.0",
"codemirror": "5.65.2",
"cpx": "^1.5.0",
"d3-require": "1.2.4",
"date-fns": "2.29.2",
"dayjs": "1.9.6",
"deepmerge": "4.2.2",
"dot-object": "2.1.3",
"enigma.js": "2.10.0",
"filepond": "4.20.1",
"filepond-plugin-file-validate-size": "2.2.1",
"filepond-plugin-get-file": "1.0.6",
"jest": "26.4.2",
"jest-preset-angular": "8.3.1",
"jshint": "2.13.4",
"jsonlint": "1.6.3",
"mat-single-overlay": "0.0.2",
"nebula-date-range-picker": "^0.1.0",
"ng-lazyload-image": "9.1.1",
"ng2-date-picker": "10.0.1",
"ng2-pdf-viewer": "6.3.2",
"ngx-build-plus": "13.0.0",
"ngx-claviz-gauge": "5.0.1",
"ngx-device-detector": "2.0.0",
"ngx-filepond": "5.0.1",
"ngx-filesize": "2.0.16",
"ngx-mask": "11.1.4",
"ngx-mat-select-search": "5.0.0",
"ngx-popper": "7.0.0",
"pdfjs-dist": "2.5.207",
"popper.js": "1.16.1",
"react-is": "16.13.1",
"rxjs": "6.6.2",
"shortid": "2.2.16",
"tinycolor2": "1.4.2",
"ts-jest": "26.3.0",
"ts-node": "9.0.0",
"tslib": "^2.0.0",
"tslint": "6.1.3",
"typedoc": "0.19.1",
"typescript": "4.6.4",
"typescript-json-schema": "0.43.0",
"zone.js": "~0.11.4"
}
}