-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.17 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.17 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
{
"name": "url-copy-helper",
"description": "manifest.json description",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"check": "svelte-check --tsconfig ./tsconfig.json",
"postinstall": "wxt prepare"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@iconify/svelte": "^4.2.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/typography": "^0.5.16",
"@tsconfig/svelte": "^5.0.4",
"@types/chrome": "^0.0.268",
"@types/node": "^20.17.16",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"daisyui": "^4.12.23",
"postcss": "^8.5.1",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"typescript-svelte-plugin": "^0.3.45",
"wxt": "^0.19.25"
},
"packageManager": "pnpm@9.1.1+sha512.14e915759c11f77eac07faba4d019c193ec8637229e62ec99eefb7cf3c3b75c64447882b7c485142451ee3a6b408059cdfb7b7fa0341b975f12d0f7629c71195",
"dependencies": {
"@webext-core/messaging": "^1.4.0"
}
}