-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
127 lines (127 loc) · 4.07 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
{
"name": "vex",
"version": "12.0.0",
"scripts": {
"ng": "ng",
"start": "node --max_old_space_size=3072 ./node_modules/@angular/cli/bin/ng serve",
"build": "NODE_ENV=production node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --configuration production",
"build-win": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"browser": {
"http": false,
"https": false
},
"dependencies": {
"@angular-material-components/datetime-picker": "^6.0.3",
"@angular-material-components/moment-adapter": "^6.0.0",
"@angular/animations": "^12.0.5",
"@angular/cdk": "^12.0.5",
"@angular/common": "^12.0.5",
"@angular/compiler": "^12.0.5",
"@angular/core": "^12.0.5",
"@angular/flex-layout": "12.0.0-beta.34",
"@angular/forms": "^12.0.5",
"@angular/material": "^12.0.5",
"@angular/platform-browser": "^12.0.5",
"@angular/platform-browser-dynamic": "^12.0.5",
"@angular/router": "^12.0.5",
"@iconify/icons-emojione": "~1.1.0",
"@iconify/icons-fa-brands": "~1.1.0",
"@iconify/icons-fa-solid": "^1.1.1",
"@iconify/icons-ic": "^1.1.6",
"@iconify/icons-logos": "^1.1.10",
"@jsonforms/angular": "^3.0.0-alpha.0",
"@jsonforms/angular-material": "^3.0.0-alpha.0",
"@jsonforms/core": "^3.0.0-alpha.0",
"@ngneat/until-destroy": "~8.0.4",
"@ngx-loading-bar/core": "^5.1.2",
"@ngx-loading-bar/router": "^5.1.2",
"@stoplight/json-ref-resolver": "^3.1.3",
"@types/swagger-schema-official": "^2.0.22",
"@visurel/iconify-angular": "~11.0.0",
"ajv": "^6.10.2",
"ang-jsoneditor": "^1.10.5",
"api-spec-converter": "^2.12.0",
"assert": "^2.0.0",
"browserify-fs": "^1.0.0",
"browserify-zlib": "^0.2.0",
"change-case": "^4.1.2",
"core-js": "^2.4.1",
"crypto-browserify": "^3.12.0",
"curl-generator": "^0.2.0",
"date-fns": "~2.19.0",
"file-saver": "^2.0.5",
"highlight.js": "^11.2.0",
"html-to-pdfmake": "^2.3.4",
"html2canvas": "^1.3.2",
"https-browserify": "^1.0.0",
"jmespath": "^0.15.0",
"json-refs": "^3.0.4",
"json-schema-faker": "^0.5.0-rcv.40",
"json2md": "^1.12.0",
"jsoneditor": "^9.5.5",
"jspdf": "^2.4.0",
"lodash": "^4.17.21",
"luxon": "~1.26.0",
"moment": "^2.29.1",
"net-browserify": "^0.2.4",
"ngx-cookie-service": "^12.0.3",
"ngx-json-viewer": "^3.0.2",
"ngx-quicklink": "~0.2.7",
"ngx-shimmer-loading": "0.0.5",
"ngx-showdown": "~6.0.0",
"ngx-webstorage-service": "^4.1.0",
"os-browserify": "^0.3.0",
"pdfmake": "^0.2.2",
"query-string": "^7.0.1",
"rxjs": "^6.6.7",
"showdown": "~1.9.1",
"simplebar": "^5.3.4",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"swagger-schema-official": "^2.0.0-bab6bed",
"swagger-ui-dist": "^3.52.3",
"tailwindcss": "^2.0.4",
"timers-browserify": "^2.0.12",
"tls-browserify": "^0.2.2",
"tslib": "^2.3.0",
"util": "^0.12.4",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.0.5",
"@angular/cli": "^12.0.5",
"@angular/compiler-cli": "^12.0.5",
"@angular/language-service": "^12.0.5",
"@types/faker": "^5.5.6",
"@types/jasmine": "^3.6.11",
"@types/jasminewd2": "^2.0.9",
"@types/jmespath": "^0.15.0",
"@types/lodash": "^4.14.170",
"@types/luxon": "^1.25.3",
"@types/node": "^14.17.18",
"@types/showdown": "~1.9.3",
"@types/simplebar": "^5.1.2",
"autoprefixer": "^10.2.6",
"codelyzer": "^6.0.2",
"faker": "~5.4.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.5.0",
"openapi-types": "^9.2.0",
"path-browserify": "^1.0.1",
"postcss": "~8.3.5",
"postcss-scss": "~3.0.5",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.2.4"
}
}