-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 764 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 764 Bytes
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
{
"name": "conneroh.com",
"module": "index.js",
"type": "module",
"scripts": {
"postinstall": "bun2nix -o bun.nix"
},
"devDependencies": {
"@types/alpinejs": "^3.13.11",
"@types/bun": "latest",
"happy-dom": "^15.0.0",
"playwright": "^1.49.0"
},
"peerDependencies": {
"typescript": "^5.7.3"
},
"dependencies": {
"@alpinejs/anchor": "^3.14.9",
"@alpinejs/intersect": "^3.14.9",
"@tailwindcss/cli": "^4.1.7",
"@types/alpinejs__anchor": "^3.13.1",
"@types/alpinejs__intersect": "^3.13.4",
"@types/mathjax": "^0.0.40",
"alpinejs": "^3.14.9",
"caniuse-lite": "^1.0.30001718",
"htmx-ext-preload": "^2.1.1",
"htmx.org": "2.0.4",
"preline": "^2.7.0",
"tailwindcss": "^4.1.7"
}
}