-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.89 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.89 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "betterlectio",
"description": "Better styling and improved functionality for Lectio",
"private": true,
"version": "0.0.28",
"author": "Jonathan Bangert",
"homepage": "https://github.com/jonbng/betterlectio",
"repository": {
"type": "git",
"url": "https://github.com/jonbng/betterlectio.git"
},
"bugs": {
"url": "https://github.com/jonbng/betterlectio/issues"
},
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"import:schools": "bun run ./tools/import-schools-to-supabase.mjs",
"vendor:userjot": "node ./tools/vendor-userjot.mjs",
"prebuild": "npm run vendor:userjot",
"build": "wxt build",
"prebuild:firefox": "npm run vendor:userjot",
"build:firefox": "wxt build -b firefox",
"build:safari": "wxt build -b safari",
"prezip": "npm run vendor:userjot",
"zip": "wxt zip",
"prezip:firefox": "npm run vendor:userjot",
"zip:firefox": "wxt zip -b firefox",
"zip:safari": "wxt zip -b safari",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare",
"lectio": "bun run ./tools/lectio-cli/src/index.ts"
},
"devDependencies": {
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/vite": "^4.2.4",
"@types/node": "^25.5.2",
"@types/qrcode": "^1.5.6",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.5.0",
"playwright": "^1.59.1",
"postcss": "^8.5.10",
"satori": "^0.26.0",
"shadcn": "^3.8.5",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.4",
"typescript": "^5.9.3",
"wxt": "^0.20.25"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hiseb/confetti": "^2.1.0",
"@preact/compat": "^18.3.2",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@supabase/supabase-js": "^2.99.3",
"@tabler/icons-react": "^3.40.0",
"@tanstack/react-table": "^8.21.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"jsqr": "^1.4.0",
"lucide-preact": "^0.577.0",
"lucide-react": "^0.577.0",
"next-themes": "^0.4.6",
"posthog-node": "^5.29.4",
"preact": "^10.29.1",
"qrcode": "^1.5.4",
"recharts": "2.15.4",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"vaul": "^1.1.2",
"zod": "^4.3.6"
}
}