-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.64 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
{
"name": "figma-wakatime",
"description": "Metrics, insights, and time tracking automatically generated from your Figma activity.",
"private": true,
"version": "1.2.5",
"type": "module",
"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",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"postinstall": "wxt prepare"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@catppuccin/daisyui": "^1.2.1",
"@eslint/eslintrc": "^3.2.0",
"@figma/plugin-typings": "^1.106.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tsconfig/svelte": "^5.0.4",
"@types/chrome": "^0.0.287",
"@types/common-tags": "^1.8.4",
"@wxt-dev/auto-icons": "^1.0.2",
"@wxt-dev/module-svelte": "^2.0.2",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.22",
"eslint": "^8.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"svelte": "^5.15.0",
"svelte-check": "^4.1.1",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1",
"wxt": "^0.19.22"
},
"dependencies": {
"@webext-core/messaging": "^2.1.0",
"common-tags": "^1.8.2",
"lucide-svelte": "^0.469.0",
"p-wait-for": "^5.0.2",
"set-interval-async": "^3.0.3"
},
"trustedDependencies": [
"dtrace-provider",
"esbuild",
"sharp",
"spawn-sync"
]
}