-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 3.93 KB
/
package.json
File metadata and controls
116 lines (116 loc) · 3.93 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
{
"name": "volview",
"version": "0.0.0",
"type": "module",
"repository": "https://github.com/Kitware/VolView",
"files": [
"dist",
"src"
],
"scripts": {
"dev": "cross-env VITE_SHOW_SAMPLE_DATA=true vite",
"preview": "vite preview",
"serve": "npm run dev",
"prebuild": "patch-package",
"build": "vue-tsc --noEmit && vite build",
"build:analyze": "cross-env ANALYZE_BUNDLE=1 npm run build",
"test": "vitest",
"test:e2e:chrome": "cross-env VITE_SHOW_SAMPLE_DATA=true npm run build && wdio run ./wdio.chrome.conf.ts",
"test:e2e:chrome:skip-build": "wdio run ./wdio.chrome.conf.ts",
"test:e2e:dev": "cross-env VITE_SHOW_SAMPLE_DATA=true concurrently -P \"npm run dev\" \"wdio run ./wdio.dev.conf.ts --watch {@}\"",
"lint": "vue-tsc --noEmit && eslint \"src/**/*.{js,ts,vue}\" \"tests/**/*.{js,ts}\"",
"build:all": "npm run build:dicom && npm run build:resample && npm run build",
"build:dicom": "itk-wasm -s src/io/itk-dicom/ build ",
"build:dicom:debug": "itk-wasm -s src/io/itk-dicom/ build -- -DCMAKE_BUILD_TYPE=Debug",
"build:resample": "itk-wasm -s src/io/resample/ build ",
"build:resample:debug": "itk-wasm -s src/io/resample/ build -- -DCMAKE_BUILD_TYPE=Debug",
"build:watch": "npm run build -- --watch",
"prettify": "prettier --write src tests",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.940.0",
"@eslint/js": "^9.39.1",
"@itk-wasm/dicom": "^7.6.4",
"@itk-wasm/image-io": "1.6.0",
"@itk-wasm/morphological-contour-interpolation": "2.0.0",
"@kitware/vtk.js": "^32.12.1",
"@netlify/edge-functions": "^3.0.2",
"@rollup/plugin-replace": "^6.0.3",
"@sentry/vite-plugin": "^4.6.1",
"@sentry/vue": "^10.27.0",
"@thi.ng/api": "^8.12.9",
"@thi.ng/rasterize": "^1.0.171",
"@types/cors": "^2.8.19",
"@types/deep-equal": "^1.0.4",
"@types/express": "^5.0.5",
"@types/file-saver": "^2.0.7",
"@types/mocha": "^10.0.10",
"@velipso/polybool": "^2.0.11",
"@vitejs/plugin-vue": "^6.0.2",
"@vue/test-utils": "^2.4.6",
"@vueuse/core": "^14.1.0",
"@wdio/cli": "^9.20.1",
"@wdio/globals": "^9.17.0",
"@wdio/local-runner": "^9.20.1",
"@wdio/mocha-framework": "^9.20.1",
"@wdio/spec-reporter": "^9.20.0",
"@wdio/static-server-service": "^9.20.0",
"@wdio/visual-service": "^9.0.2",
"comlink": "^4.4.2",
"concurrently": "^9.2.1",
"core-js": "3.47.0",
"cors": "^2.8.5",
"cross-env": "^10.1.0",
"deep-equal": "^2.2.3",
"dicomweb-client-typed": "^0.8.6",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.6.2",
"fast-deep-equal": "^3.1.3",
"file-saver": "^2.0.5",
"gl-matrix": "3.4.3",
"globals": "^16.2.0",
"happy-dom": "^20.0.11",
"itk-wasm": "^1.0.0-b.196",
"jszip": "3.10.1",
"lint-staged": "16.2.7",
"mitt": "^3.0.1",
"nanoid": "^5.1.6",
"patch-package": "^8.0.1",
"pinia": "^3.0.4",
"prettier": "3.7.2",
"rollup-plugin-visualizer": "^6.0.5",
"sass": "^1.94.2",
"socket.io-client": "^4.8.1",
"socket.io-parser": "^4.2.4",
"ts-node": "^10.9.2",
"typescript": "~5.9.3",
"typescript-eslint": "^8.32.1",
"vite": "^7.2.4",
"vite-plugin-html": "^3.2.2",
"vite-plugin-static-copy": "^3.1.4",
"vite-plugin-vuetify": "^2.1.2",
"vitepress": "^1.6.4",
"vitest": "^4.0.14",
"vue": "^3.5.25",
"vue-toastification": "^2.0.0-rc.5",
"vue-tsc": "^3.1.5",
"vuetify": "3.11.0",
"wdio-cleanuptotal-service": "^1.1.1",
"wdio-html-nice-reporter": "^8.1.7",
"wdio-wait-for": "^3.1.0",
"webdriverio": "^9.20.1",
"vue-eslint-parser": "^10.2.0",
"yorkie": "^2.0.0",
"zod": "^4.1.13"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": ["eslint"]
}
}