forked from bioimage-io/bioimageio-uploader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.06 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
{
"name": "bioimage-uploader",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite dev --port 38283 --host 127.0.0.1",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@picocss/pico": "^1.5.10",
"@playwright/test": "^1.40.1",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@testing-library/svelte": "^4.0.5",
"@typescript-eslint/parser": "^6.19.1",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.0.4",
"axios": "^1.6.5",
"happy-dom": "^12.10.3",
"imjoy-core": "^0.14.4",
"imjoy-rpc": "^0.5.44",
"jszip": "^3.10.1",
"lucide-svelte": "^0.294.0",
"playwright": "^1.40.1",
"sass": "^1.70.0",
"spdx-license-list": "^6.8.0",
"svelte": "^4.2.8",
"svelte-file-dropzone": "^2.0.2",
"svelte-french-toast": "^1.2.0",
"svelte-json-tree": "^2.2.0",
"tinro": "^0.6.12",
"vite": "^5.0.8",
"vitest": "^1.0.4"
},
"dependencies": {}
}