-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 2.01 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
{
"name": "fetal-recon-ui-mvp",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"fmt": "biome format --write .",
"wipe": "xh -a chris:chris1234 :8000/api/v1/pipelines/workflows/ accept:application/json limit==1000 | jq -r '.results[] | .url' | parallel --bar xh -o /dev/null -a chris:chris1234 DELETE",
"minichris:up": "cd testing/miniChRIS && docker compose up -d chris db oxidicom graphql-engine && cd - && bun run chrisomatic",
"minichris:full": "cd testing/miniChRIS && docker compose --profile hasura --profile pacs up -d",
"minichris:down": "cd testing/miniChRIS && docker compose --profile hasura --profile pacs down",
"minichris:unmake": "cd testing/miniChRIS && ./unmake.sh",
"chrisomatic": "./testing/chrisomatic.sh",
"setup": "bun run minichris:up && bun run setup:scripts",
"setup:scripts": "bun run setup:add-fake-pipeline && bun run setup:hasura",
"setup:add-fake-pipeline": "bun run testing/addFakePipeline.mjs",
"setup:add-real-pipeline": "bun run testing/addRealPipeline.mjs",
"setup:hasura": "hasura metadata apply --project testing/hasura"
},
"devDependencies": {
"@apollo/client": "^3.11.8",
"@biomejs/biome": "1.9.4",
"@sveltejs/adapter-node": "^5.2.9",
"@sveltejs/kit": "^2.7.2",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@types/bun": "^1.1.11",
"flowbite": "^2.5.2",
"flowbite-svelte": "^0.47.1",
"flowbite-svelte-icons": "^2.0.0-next.18",
"graphql": "^16.9.0",
"houdini": "^1.3.0",
"jose": "^5.9.6",
"svelte": "^5.0.5",
"svelte-apollo": "^0.5.0",
"svelte-check": "^4.0.5",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"houdini-svelte": "^2.0.0",
"@niivue/niivue": "^0.46.0",
"date-fns": "^4.1.0"
},
"type": "module"
}