-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "Ducky",
"description": "Teaching & Protecting since 2025",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"dev:safari": "wxt -b safari",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"build:safari": "wxt build -b safari",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"zip:safari": "wxt zip -b safari",
"check": "svelte-check --tsconfig ./tsconfig.json",
"prepare": "wxt prepare",
"format": "prettier . --write --cache --cache-location='node_modules/.cache/.prettiercache'",
"format:check": "prettier . --write --cache --cache-location='node_modules/.cache/.prettiercache' --log-level=warn",
"lint": "eslint . --max-warnings=0"
},
"dependencies": {
"@dvcol/svelte-simple-router": "^1.10.3",
"lucide-svelte": "^0.474.0"
},
"devDependencies": {
"@eslint/compat": "^1.2.6",
"@eslint/js": "^9.19.0",
"@tsconfig/svelte": "^5.0.4",
"@types/chrome": "^0.0.299",
"@types/eslint-config-prettier": "^6.11.3",
"@wxt-dev/auto-icons": "^1.0.2",
"@wxt-dev/module-svelte": "^2.0.3",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "3.0.0-next.18",
"eslint-plugin-unicorn": "^56.0.1",
"globals": "^15.14.0",
"jiti": "^2.4.2",
"lightningcss": "^1.29.1",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"svelte": "^5.19.5",
"svelte-check": "^4.1.4",
"turbo": "^2.3.4",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0",
"vite": "^6.0.8",
"vite-plugin-html-minifier": "^1.0.5",
"wxt": "^0.19.27"
},
"packageManager": "[email protected]+sha512.ee592eda8815a8a293c206bb0917c4bb0ff274c50def7cbc17be05ec641fc2d1b02490ce660061356bd0d126a4d7eb2ec8830e6959fb8a447571c631d5a2442d",
"pnpm": {
"overrides": {
"wxt>c12": "2.0.2",
"wxt>jiti": "2.4.2"
},
"patchedDependencies": {
"wxt": "patches/wxt.patch"
}
}
}