-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.18 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
{
"private": true,
"scripts": {
"prod": "run-s images build script",
"start": "run-s images watch",
"watch": "wmr",
"serve": "wmr serve",
"build": "wmr build --prerender",
"images": "tsx ./scripts/images.ts",
"script": "run-p script:*",
"script:rss": "tsx ./scripts/rss.ts",
"script:vercel": "tsx ./scripts/vercel.ts",
"script:sitemap": "tsx ./scripts/sitemap.ts"
},
"eslintConfig": {
"extends": "preact"
},
"dependencies": {
"@preact/signals": "^1.1.3",
"@twind/typography": "^0.0.2",
"@twind/wmr": "^1.0.10",
"@vercel/analytics": "^1.0.1",
"@wmrjs/directory-import": "^0.3.0",
"date-fns": "^2.29.3",
"hoofd": "^1.7.0",
"howler": "^2.2.3",
"localforage": "^1.10.0",
"markdown-to-jsx": "^7.2.0",
"pocketbase": "^0.10.1",
"preact": "^10.11.3",
"preact-iso": "^2.3.1",
"react-slider": "^2.0.4",
"twind": "^0.16.19",
"xstate": "^4.35.3"
},
"devDependencies": {
"@esbuild-kit/core-utils": "^3.1.0",
"@types/react-slider": "^1.3.1",
"get-audio-duration": "^4.0.0",
"image-downloader": "^4.3.0",
"npm-run-all": "^4.1.5",
"podcast": "^2.0.1",
"sitemap": "^7.1.1",
"tsx": "^3.12.7",
"url-file-size": "^1.0.5-1",
"wmr": "^3.8.0"
}
}