-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.57 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.57 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "chorus",
"version": "2.9.0",
"devDependencies": {
"@lucide/svelte": "^0.486.0",
"@tailwindcss/vite": "^4.0.0",
"@tsconfig/svelte": "^5.0.4",
"@types/chrome": "^0.0.280",
"@wxt-dev/module-svelte": "^2.0.0",
"autoprefixer": "^10.4.20",
"bits-ui": "^1.4.7",
"clsx": "^2.1.1",
"lucide-svelte": "^0.475.0",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"svelte": "^5.1.16",
"svelte-check": "^4.0.7",
"svelte-sonner": "https://pkg.pr.new/wobsoriano/svelte-sonner@126",
"tailwind-merge": "^3.0.1",
"tailwind-variants": "^0.3.1",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"wxt": "^0.19.29"
},
"private": true,
"scripts": {
"predev": "bun run theming/transformer.ts",
"dev": "wxt",
"dev:fox": "wxt -b firefox",
"build": "wxt build",
"build:fox": "wxt build -b firefox --mv3",
"zip": "wxt zip",
"zip:fox": "wxt zip -b firefox --mv3",
"check": "svelte-check --tsconfig ./tsconfig.json",
"format": "git diff --name-only --diff-filter=AM | grep -E '\\.(js|ts|svelte|json)$' | xargs prettier --write",
"postinstall": "wxt prepare"
},
"type": "module",
"dependencies": {
"@webext-core/proxy-service": "^1.2.1",
"caniuse-lite": "1.0.30001741",
"mode-watcher": "^0.5.1",
"node-vibrant": "^4.0.3"
}
}