This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathpackage.json
50 lines (50 loc) · 1.47 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
{
"name": "Eye Dropper",
"description": "Pick colors from any website.",
"private": true,
"version": "4.10.3.10",
"type": "module",
"scripts": {
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"check": "svelte-check --tsconfig ./tsconfig.json",
"deploy:prod": "./deploy prod ${npm_package_version}",
"deploy:beta": "./deploy beta ${npm_package_version}",
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"postinstall": "wxt prepare",
"test": "vitest",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox"
},
"devDependencies": {
"@sonderbase/svelte-sortablejs": "^2.0.2",
"@steeze-ui/lucide-icons": "^1.4.1",
"@steeze-ui/svelte-icon": "^1.6.2",
"@tailwindcss/typography": "^0.5.15",
"@tsconfig/svelte": "^5.0.4",
"@types/webextension-polyfill": "^0.12.1",
"@wxt-dev/module-svelte": "^2.0.1",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.22",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"svelte": "^5.12.0",
"svelte-check": "^4.1.1",
"tailwindcss": "^3.4.16",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vitest": "^2.1.8",
"webextension-polyfill": "^0.12.0",
"wxt": "^0.19.22"
},
"dependencies": {
"@ctrl/tinycolor": "^4.1.0",
"@webext-core/messaging": "^2.1.0",
"@webext-core/storage": "^1.2.0",
"ts-pattern": "^5.5.0"
}
}