forked from NationalLibraryOfNorway/ngx-mime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
168 lines (168 loc) · 7.27 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
{
"name": "@nationallibraryofnorway/ngx-mime",
"version": "13.3.1",
"license": "MIT",
"description": "Mime IIIF viewer",
"homepage": "https://github.com/NationalLibraryOfNorway/ngx-mime",
"bugs": "https://github.com/NationalLibraryOfNorway/ngx-mime/issues",
"repository": {
"type": "git",
"url": "https://github.com/NationalLibraryOfNorway/ngx-mime.git"
},
"scripts": {
"precommit": "pretty-quick --staged",
"clean": "rimraf .tmp && mkdir .tmp",
"ng": "nx",
"start": "ng serve --host 0.0.0.0 --disable-host-check",
"start:demo": "yarn start --project=demo",
"start:elements": "yarn start --project=elements",
"start:integration": "yarn start --port 8080 --prod --project=integration",
"build": "ng build",
"prebuild:libs": "yarn install --check-files && yarn clean",
"build:libs": "ng-packagr -p libs/ngx-mime/ng-package.prod.json",
"build:elements": "yarn build --prod --project elements --output-hashing none --single-bundle",
"test": "ng test",
"lint": "./node_modules/.bin/nx workspace-lint && ng lint",
"tslint-check": "tslint-config-prettier-check ./tslint.json",
"pree2e:chrome": "yarn build:libs && yarn build:elements",
"pree2e:firefox": "yarn build:libs && yarn build:elements",
"mountebank": "mb --port 2020 --configfile ./apps/integration-e2e/templates/imposters.ejs --allowInjection --nologfile",
"e2e": "yarn e2e:chrome",
"e2e:ci": "concurrently \"yarn mountebank\" \"yarn start:integration\" \"yarn protractor:desktop && yarn protractor:elements && yarn protractor:mobile\" --kill-others --success first",
"e2e:chrome": "concurrently \"yarn mountebank\" \"yarn start:integration\" \"yarn protractor:chrome:headless\" --kill-others --success first",
"e2e:firefox": "concurrently \"yarn mountebank\" \"yarn start:integration\" \"yarn protractor:firefox:headless\" --kill-others --success first",
"wait": "sh ./apps/integration-e2e/scripts/wait-on.sh",
"preprotractor": "webdriver-manager update && yarn wait",
"protractor": "protractor ./apps/integration-e2e/protractor.conf.js",
"preprotractor:chrome:headless": "yarn preprotractor",
"protractor:chrome:headless": "yarn protractor:desktop --browser chrome --headless && yarn protractor:elements --browser chrome --headless",
"preprotractor:firefox:headless": "yarn preprotractor",
"protractor:firefox:headless": "yarn protractor:desktop --browser firefox --headless && yarn protractor:elements --browser firefox --headless",
"protractor:desktop": "yarn protractor --tags @desktop,~@elements",
"protractor:elements": "yarn protractor --feature elements,accessibility --tags @elements",
"protractor:mobile": "yarn protractor:android",
"protractor:android": "yarn protractor --device=android --tags @android,~@elements && yarn protractor:elements --device=android",
"protractor:iphone": "yarn protractor --device=iphone --tags @iphone,~@elements && yarn protractor:elements --device=iphone",
"affected:apps": "./node_modules/.bin/nx affected:apps",
"affected:build": "./node_modules/.bin/nx affected:build",
"affected:e2e": "./node_modules/.bin/nx affected:e2e",
"affected:libs": "./node_modules/.bin/nx affected:libs",
"affected:test": "./node_modules/.bin/nx affected:test",
"affected:lint": "./node_modules/.bin/nx affected:lint",
"affected:dep-graph": "./node_modules/.bin/nx affected:dep-graph",
"format": "./node_modules/.bin/nx format:write",
"format:write": "./node_modules/.bin/nx format:write",
"format:check": "./node_modules/.bin/nx format:check",
"update": "nx migrate latest",
"update:check": "ng update",
"dep-graph": "./node_modules/.bin/nx dep-graph",
"help": "./node_modules/.bin/nx help",
"release": "sh scripts/release/release.sh",
"affected": "./node_modules/.bin/nx affected",
"nx": "nx",
"postinstall": "ngcc --properties es2015 browser module main --first-only --async false && node ./decorate-angular-cli.js",
"workspace-generator": "nx workspace-generator"
},
"private": true,
"dependencies": {
"@angular/animations": "~13.2.0",
"@angular/cdk": "~13.2.0",
"@angular/common": "~13.2.0",
"@angular/compiler": "~13.2.0",
"@angular/core": "~13.2.0",
"@angular/elements": "~13.2.0",
"@angular/flex-layout": "^13.0.0-beta.38",
"@angular/forms": "~13.2.0",
"@angular/material": "~13.2.0",
"@angular/platform-browser": "~13.2.0",
"@angular/platform-browser-dynamic": "~13.2.0",
"@angular/router": "~13.2.0",
"@ngrx/effects": "13.0.2",
"@ngrx/router-store": "13.0.2",
"@ngrx/store": "13.0.2",
"@nrwl/angular": "13.8.5",
"@ungap/custom-elements": "^1.0.0",
"d3": "^7.3.0",
"openseadragon": "^3.0.0",
"rxjs": "~7.4.0",
"stream": "^0.0.2",
"timers": "^0.1.1",
"tslib": "^2.0.0",
"xml2js": "^0.4.23",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.2.0",
"@angular-eslint/builder": "~13.0.1",
"@angular-eslint/eslint-plugin": "~13.0.1",
"@angular-eslint/eslint-plugin-template": "~13.0.1",
"@angular-eslint/schematics": "~13.0.1",
"@angular-eslint/template-parser": "~13.0.1",
"@angular/cli": "~13.2.0",
"@angular/compiler-cli": "~13.2.0",
"@angular/language-service": "~13.2.0",
"@axe-core/webdriverjs": "^4.1.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@ngrx/schematics": "13.0.2",
"@ngrx/store-devtools": "13.0.2",
"@nrwl/cli": "13.8.5",
"@nrwl/cypress": "13.8.5",
"@nrwl/eslint-plugin-nx": "13.8.5",
"@nrwl/jest": "13.8.5",
"@nrwl/linter": "13.8.5",
"@nrwl/nx-cloud": "13.1.6",
"@nrwl/tao": "13.8.5",
"@nrwl/workspace": "13.8.5",
"@types/chai": "^4.2.5",
"@types/chai-as-promised": "^7.1.2",
"@types/cucumber": "^6.0.0",
"@types/d3": "^6.3.0",
"@types/jasmine": "~3.10.3",
"@types/jasminewd2": "~2.0.10",
"@types/jest": "27.0.2",
"@types/node": "16.11.7",
"@types/openseadragon": "^2.4.5",
"@types/xml2js": "^0.4.8",
"@typescript-eslint/eslint-plugin": "~5.10.0",
"@typescript-eslint/parser": "~5.10.0",
"babel-loader": "^8.2.3",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"concurrently": "^5.0.0",
"cucumber": "^6.0.5",
"cypress": "^9.1.0",
"dotenv": "8.2.0",
"eslint": "~8.7.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-protractor": "^2.1.1",
"jasmine-core": "^3.10.1",
"jasmine-marbles": "^0.9.2",
"jasmine-spec-reporter": "~7.0.0",
"jest": "27.2.3",
"jest-preset-angular": "11.1.1",
"karma": "6.3.17",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "1.7.0",
"mountebank": "^2.6.0",
"ng-packagr": "13.2.1",
"ngx-build-plus": "^13.0.1",
"postcss": "^8.3.9",
"postcss-import": "^14.0.2",
"postcss-preset-env": "^6.7.0",
"postcss-url": "^10.1.1",
"prettier": "2.5.1",
"pretty-quick": "^3.1.3",
"protractor": "7.0.0",
"protractor-cucumber-framework": "^6.2.0",
"protractor-multiple-cucumber-html-reporter-plugin": "^1.8.1",
"selenium-webdriver": "^4.1.0",
"standard-version": "^9.3.2",
"ts-jest": "27.0.5",
"ts-node": "9.1.1",
"typescript": "~4.5.2"
}
}