forked from sandbox-bio/sandbox.bio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.35 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
{
"name": "sandbox.bio",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "./bin/build.sh && vite build",
"preview": "vite preview",
"test": "playwright test",
"test:unit": "vitest",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@playwright/test": "^1.28.1",
"@sveltejs/adapter-cloudflare": "^2.3.2",
"@sveltejs/kit": "^1.30.4",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.26.0",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.8.1",
"svelte": "^3.59.2",
"svelte-preprocess-markdown": "^2.7.3",
"vite": "^4.5.2",
"vitest": "^0.25.3"
},
"type": "module",
"dependencies": {
"@biowasm/aioli": "^3.1.0",
"@codemirror/commands": "^6.0.1",
"@codemirror/lang-json": "^6.0.0",
"@codemirror/state": "^6.0.1",
"@supabase/supabase-js": "^2.38.4",
"ansi_up": "^5.1.0",
"codemirror": "^6.0.0",
"igv": "^2.15.8",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"marked": "^4.2.12",
"pretty-bytes": "^6.0.0",
"showdown": "^2.1.0",
"svelte-autosize": "^1.0.1",
"svelte-watch-resize": "^1.0.3",
"sveltestrap": "^5.11.2",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
"xterm-addon-serialize": "^0.11.0",
"xterm-addon-web-links": "^0.9.0"
}
}