-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.22 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.22 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
{
"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.90.20",
"@wxt-dev/webextension-polyfill": "1.0.0",
"axios": "1.13.4",
"chart.js": "4.5.1",
"dompurify": "3.3.1",
"jalali-moment": "3.3.11",
"moment": "2.30.1",
"moment-hijri": "3.0.0",
"moment-timezone": "^0.6.0",
"motion": "12.31.0",
"ms": "2.1.3",
"react": "19.2.4",
"react-chartjs-2": "5.3.1",
"react-colorful": "5.6.1",
"react-dom": "19.2.4",
"react-ga4": "2.1.0",
"react-hot-toast": "2.6.0",
"react-icons": "5.5.0",
"react-joyride": "2.9.3",
"swiper": "12.1.0",
"tailwind-merge": "^3.4.0",
"uuid": "13.0.0",
"workbox-background-sync": "7.4.0",
"workbox-cacheable-response": "7.4.0",
"workbox-expiration": "7.4.0",
"workbox-precaching": "7.4.0",
"workbox-routing": "7.4.0",
"workbox-strategies": "7.4.0",
"wxt": "0.20.13"
},
"devDependencies": {
"@biomejs/biome": "2.3.14",
"@tailwindcss/vite": "4.1.18",
"@types/moment-hijri": "2.1.4",
"@types/ms": "2.1.0",
"@types/node": "25.2.0",
"@types/react": "19.2.11",
"@types/react-dom": "19.2.3",
"@types/styled-jsx": "3.4.4",
"@vitejs/plugin-react": "5.1.3",
"@wxt-dev/auto-icons": "1.1.0",
"@wxt-dev/module-react": "1.1.5",
"autoprefixer": "10.4.24",
"daisyui": "5.5.17",
"globals": "17.3.0",
"postcss": "8.5.6",
"tailwindcss": "4.1.18",
"terser": "5.46.0",
"typescript": "5.9.3",
"vite": "7.3.1"
}
}