-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1 KB
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
{
"name": "keet",
"version": "1.3.2",
"description": "Keet real-time transcription with parakeet.js",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"dev:local": "cross-env USE_LOCAL_PARAKEET=true vite",
"build": "vite build",
"build:local": "cross-env USE_LOCAL_PARAKEET=true vite build",
"serve": "vite preview",
"test": "vitest run",
"test:watch": "vitest"
},
"license": "MIT",
"devDependencies": {
"@fontsource-variable/material-symbols-outlined": "^5.2.35",
"@fontsource/crimson-pro": "^5.2.8",
"@fontsource/jetbrains-mono": "^5.2.8",
"@fontsource/plus-jakarta-sans": "^5.2.8",
"@tailwindcss/vite": "^4.1.18",
"@vitest/web-worker": "^4.0.18",
"cross-env": "^7.0.3",
"happy-dom": "^20.5.0",
"vite": "^6.0.0",
"vite-plugin-solid": "^2.11.6",
"vitest": "^4.0.18"
},
"dependencies": {
"parakeet.js": "1.4.0",
"solid-js": "^1.9.5",
"wink-eng-lite-web-model": "^1.8.1",
"wink-nlp": "^2.4.0"
}
}