forked from widgetify-app/widgetify-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.32 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.32 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "widgetify-webapp",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"clean": "node -e \"if (require('fs').existsSync('./dist')) require('fs').rmSync('./dist', { recursive: true, force: true })\"",
"build:firefox:clean": "npm run clean && wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"zip:firefox:clean": "npm run clean && wxt zip -b firefox",
"compile": "tsc --noEmit",
"test:pre-push": ".git/hooks/pre-push.bat",
"postinstall": "wxt prepare"
},
"dependencies": {
"@dnd-kit/core": "6.3.1",
"@dnd-kit/sortable": "10.0.0",
"@dnd-kit/utilities": "3.2.2",
"@tanstack/react-query": "5.101.0",
"@wxt-dev/webextension-polyfill": "1.0.0",
"axios": "1.18.0",
"canvas-confetti": "1.9.4",
"chart.js": "4.5.1",
"clsx": "^2.1.1",
"dompurify": "3.4.11",
"jalali-moment": "3.3.11",
"moment": "2.30.1",
"moment-hijri": "3.0.0",
"moment-timezone": "0.6.2",
"motion": "12.40.0",
"ms": "2.1.3",
"react": "19.2.7",
"react-chartjs-2": "5.3.1",
"react-colorful": "5.7.0",
"react-dom": "19.2.7",
"react-ga4": "3.0.1",
"react-hot-toast": "2.6.0",
"react-icons": "5.6.0",
"react-joyride": "3.1.0",
"tailwind-merge": "3.6.0",
"uuid": "14.0.0",
"workbox-background-sync": "7.4.1",
"workbox-cacheable-response": "7.4.1",
"workbox-expiration": "7.4.1",
"workbox-precaching": "7.4.1",
"workbox-routing": "7.4.1",
"workbox-strategies": "7.4.1",
"wxt": "0.20.26"
},
"devDependencies": {
"@biomejs/biome": "2.5.0",
"@tailwindcss/vite": "4.3.1",
"@types/canvas-confetti": "1.9.0",
"@types/moment-hijri": "2.1.4",
"@types/ms": "2.1.0",
"@types/node": "25.9.3",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/styled-jsx": "3.4.4",
"@vitejs/plugin-react": "6.0.2",
"@vitest/coverage-v8": "4.1.10",
"@wxt-dev/auto-icons": "1.1.1",
"@wxt-dev/module-react": "1.2.2",
"autoprefixer": "10.5.0",
"daisyui": "5.5.23",
"globals": "17.6.0",
"postcss": "8.5.15",
"tailwindcss": "4.3.1",
"terser": "5.48.0",
"typescript": "6.0.3",
"vite": "8.0.16"
}
}