-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.77 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
{
"name": "bioimage-uploader",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite dev --port 38283 --host 127.0.0.1",
"build": "npm run build:production && npm run build:sandbox",
"build:production": "vite build",
"build:sandbox": "VITE_SANDBOX=true vite build --base /sandbox/ --outDir dist/sandbox/",
"preview": "vite preview --port 38283 --host 127.0.0.1",
"test": "vitest",
"test:ui": "vitest --ui",
"check": "svelte-check --tsconfig ./tsconfig.json",
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@cfworker/json-schema": "^1.12.8",
"@magidoc/plugin-svelte-marked": "^5.0.3",
"@picocss/pico": "^2.0.6",
"@playwright/test": "^1.40.1",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@testing-library/svelte": "^4.0.5",
"@tsconfig/svelte": "^5.0.2",
"@types/js-yaml": "^4.0.9",
"@types/marked": "^6.0.0",
"@typescript-eslint/parser": "^6.19.1",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.0.4",
"ajv": "^8.12.0",
"axios": "^1.6.7",
"happy-dom": "^12.10.3",
"javascript-time-ago": "^2.5.10",
"js-yaml": "^4.1.0",
"jszip": "^3.10.1",
"lucide-svelte": "^0.357.0",
"marked": "^12.0.2",
"netlify-cli": "^17.17.1",
"playwright": "^1.40.1",
"sass": "^1.72.0",
"semver": "^7.6.0",
"spdx-license-list": "^6.9.0",
"svelte": "^4.2.12",
"svelte-check": "^3.6.6",
"svelte-file-dropzone": "^2.0.4",
"svelte-french-toast": "^1.2.0",
"svelte-highlight": "^7.6.0",
"svelte-json-tree": "^2.2.0",
"tinro": "^0.6.12",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.1.6",
"vitest": "^1.0.4"
},
"dependencies": {
"hypha-rpc": "^0.20.32",
"svelte-markdown": "^0.4.1"
}
}