-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 959 Bytes
/
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
{
"name": "bioimageio-firebase",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@cfworker/json-schema": "^1.12.8",
"@picocss/pico": "^2.0.6",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tsconfig/svelte": "^5.0.2",
"ajv": "^8.12.0",
"axios": "^1.6.7",
"firebaseui": "^6.1.0",
"js-yaml": "^4.1.0",
"jszip": "^3.10.1",
"lucide-svelte": "^0.357.0",
"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"
}
}