larvitar 3.4.1 → 3.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/larvitar.js +1 -1
- package/package.json +10 -2
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"medical",
|
|
7
7
|
"cornerstone"
|
|
8
8
|
],
|
|
9
|
-
"version": "3.4.
|
|
9
|
+
"version": "3.4.3",
|
|
10
10
|
"description": "typescript library for parsing, loading, rendering and interacting with DICOM images",
|
|
11
11
|
"repository": {
|
|
12
12
|
"url": "https://github.com/dvisionlab/Larvitar.git",
|
|
@@ -26,7 +26,10 @@
|
|
|
26
26
|
"build": "webpack --config ./bundler/webpack.prod.js",
|
|
27
27
|
"dev": "webpack --progress --config ./bundler/webpack.dev.js",
|
|
28
28
|
"docs:dev": "vuepress dev docs",
|
|
29
|
-
"docs:build": "vuepress build docs"
|
|
29
|
+
"docs:build": "vuepress build docs",
|
|
30
|
+
"cypress": "cypress open",
|
|
31
|
+
"cypress:run": "cypress run",
|
|
32
|
+
"cypress:run:headless": "cypress run --headless"
|
|
30
33
|
},
|
|
31
34
|
"author": "Simone Manini <simone.manini@dvisionlab.com> (https://www.dvisionlab.com)",
|
|
32
35
|
"contributors": [
|
|
@@ -70,11 +73,16 @@
|
|
|
70
73
|
"@vuepress/theme-default": "^2.0.0-rc.60",
|
|
71
74
|
"babel-loader": "^9.1.2",
|
|
72
75
|
"clean-webpack-plugin": "^4.0.0",
|
|
76
|
+
"cypress": "^14.2.0",
|
|
77
|
+
"cypress-image-snapshot": "^4.0.1",
|
|
78
|
+
"cypress-mochawesome-reporter": "^3.8.2",
|
|
79
|
+
"cypress-multi-reporters": "^2.0.5",
|
|
73
80
|
"eslint": "^9.17.0",
|
|
74
81
|
"html-loader": "^4.2.0",
|
|
75
82
|
"html-webpack-plugin": "^5.6.0",
|
|
76
83
|
"jsdom": "^26.0.0",
|
|
77
84
|
"lodash-webpack-plugin": "^0.11.6",
|
|
85
|
+
"mocha-json-reporter": "^1.0.0-1",
|
|
78
86
|
"patch-package": "^8.0.0",
|
|
79
87
|
"prettier": "^3.5.3",
|
|
80
88
|
"sass-embedded": "^1.80.7",
|