aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json39
1 files changed, 1 insertions, 38 deletions
diff --git a/client/package.json b/client/package.json
index 72708bd76..a8205a6b9 100644
--- a/client/package.json
+++ b/client/package.json
@@ -20,8 +20,7 @@
20 "postinstall": "npm rebuild node-sass", 20 "postinstall": "npm rebuild node-sass",
21 "webpack-bundle-analyzer": "webpack-bundle-analyzer", 21 "webpack-bundle-analyzer": "webpack-bundle-analyzer",
22 "webdriver-manager": "webdriver-manager", 22 "webdriver-manager": "webdriver-manager",
23 "ngx-extractor": "ngx-extractor", 23 "ngx-extractor": "ngx-extractor"
24 "test": "jest --no-cache"
25 }, 24 },
26 "license": "GPLv3", 25 "license": "GPLv3",
27 "typings": "*.d.ts", 26 "typings": "*.d.ts",
@@ -31,38 +30,6 @@
31 "simple-get": "^2.8.1", 30 "simple-get": "^2.8.1",
32 "punycode": "^1.4.1" 31 "punycode": "^1.4.1"
33 }, 32 },
34 "jest": {
35 "globals": {
36 "ts-jest": {
37 "tsConfigFile": "<rootDir>/src/tsconfig.spec.json"
38 },
39 "__TRANSFORM_HTML__": true
40 },
41 "transform": {
42 "^.+\\.(ts|js|html)$": "<rootDir>/node_modules/jest-preset-angular/preprocessor.js"
43 },
44 "moduleNameMapper": {
45 "^@app/(.*)": "<rootDir>/src/app/$1",
46 "environments/(.*)": "<rootDir>/src/environments/$1"
47 },
48 "testMatch": [
49 "**/__tests__/**/*.+(ts|js)?(x)",
50 "**/+(*.)+(spec|test).+(ts|js)?(x)"
51 ],
52 "moduleFileExtensions": [
53 "ts",
54 "tsx",
55 "js",
56 "jsx",
57 "json",
58 "node"
59 ],
60 "transformIgnorePatterns": [
61 "<rootDir>/node_modules/(?!lodash-es/)"
62 ],
63 "preset": "jest-preset-angular",
64 "setupTestFrameworkScriptFile": "<rootDir>/src/setupJest.ts"
65 },
66 "devDependencies": { 33 "devDependencies": {
67 "@angular-devkit/build-angular": "~0.13.1", 34 "@angular-devkit/build-angular": "~0.13.1",
68 "@angular/animations": "~7.2.4", 35 "@angular/animations": "~7.2.4",
@@ -92,7 +59,6 @@
92 "@types/hls.js": "^0.12.0", 59 "@types/hls.js": "^0.12.0",
93 "@types/jasmine": "^2.8.7", 60 "@types/jasmine": "^2.8.7",
94 "@types/jasminewd2": "^2.0.3", 61 "@types/jasminewd2": "^2.0.3",
95 "@types/jest": "^23.3.1",
96 "@types/jschannel": "^1.0.0", 62 "@types/jschannel": "^1.0.0",
97 "@types/linkifyjs": "^2.1.1", 63 "@types/linkifyjs": "^2.1.1",
98 "@types/lodash-es": "^4.17.0", 64 "@types/lodash-es": "^4.17.0",
@@ -120,8 +86,6 @@
120 "https-browserify": "^1.0.0", 86 "https-browserify": "^1.0.0",
121 "jasmine-core": "^3.1.0", 87 "jasmine-core": "^3.1.0",
122 "jasmine-spec-reporter": "^4.2.1", 88 "jasmine-spec-reporter": "^4.2.1",
123 "jest": "^23.5.0",
124 "jest-preset-angular": "^6.0.0",
125 "jschannel": "^1.0.2", 89 "jschannel": "^1.0.2",
126 "karma": "^3.0.0", 90 "karma": "^3.0.0",
127 "karma-chrome-launcher": "^2.2.0", 91 "karma-chrome-launcher": "^2.2.0",
@@ -153,7 +117,6 @@
153 "stream-browserify": "^2.0.1", 117 "stream-browserify": "^2.0.1",
154 "stream-http": "^3.0.0", 118 "stream-http": "^3.0.0",
155 "terser-webpack-plugin": "^1.1.0", 119 "terser-webpack-plugin": "^1.1.0",
156 "ts-jest": "^23.1.4",
157 "tslint": "^5.7.0", 120 "tslint": "^5.7.0",
158 "tslint-config-standard": "^8.0.1", 121 "tslint-config-standard": "^8.0.1",
159 "typescript": "3.2", 122 "typescript": "3.2",