forked from kobe-koto/EdgeSub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1021 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1021 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
32
33
34
35
36
37
38
39
{
"name": "edge-sub",
"type": "module",
"version": "1.0.0",
"license": "AGPL-3",
"author": "kobe-koto",
"homepage": "https://github.com/kobe-koto/EdgeSub",
"scripts": {
"build:frontend": "astro build",
"dev": "concurrently 'wrangler pages dev ./' 'astro dev'",
"dev:frontend": "astro dev",
"dev:backend": "wrangler pages dev ./",
"generate-types": "wrangler types ./types/worker-configuration.d.ts",
"type-check": "generate-types && tsc"
},
"dependencies": {
"@iconify-json/iconoir": "^1.2.7",
"@tailwindcss/vite": "^4.1.10",
"astro": "5.4.1",
"astro-compress": "^2.3.6",
"astro-icon": "^1.1.5",
"astro-seo": "^0.8.4",
"confbox": "^0.2.2",
"daisyui": "^5.0.43",
"generate-password": "^1.7.1",
"js-sha256": "^0.11.0",
"sass": "^1.85.1",
"tailwindcss": "^4.1.10"
},
"devDependencies": {
"concurrently": "^9.2.0"
},
"trustedDependencies": [
"@parcel/watcher",
"@tailwindcss/oxide",
"esbuild",
"sharp"
]
}