-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 843 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 843 Bytes
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
{
"name": "bobby-speak",
"description": "Voice dictation for the browser \u2014 V2 streaming architecture",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "wxt",
"build": "wxt build",
"zip": "wxt zip",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "vitest run",
"postinstall": "wxt prepare",
"dev:web": "vite --config web/vite.config.ts",
"build:web": "vite build --config web/vite.config.ts",
"preview:web": "vite preview --config web/vite.config.ts"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.16",
"@types/chrome": "^0.0.287",
"@wxt-dev/module-svelte": "^2.0.0",
"svelte": "^5.16.0",
"svelte-check": "^4.1.0",
"tailwindcss": "^4.1.16",
"typescript": "^5.7.0",
"vitest": "^3.0.0",
"wxt": "^0.20.0"
}
}