-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "en_tn_line_counter",
"type": "module",
"version": "0.0.1",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "astro dev",
"cf-dev": "wrangler pages dev --proxy=3000 -- pnpm run dev",
"cf-preview": "pnpm run build && wrangler pages dev ./dist",
"start": "astro dev",
"build": "astro build ",
"build-cf": "astro build ",
"preview": "astro preview",
"astro": "astro",
"check": "astro check"
},
"dependencies": {
"@astrojs/cloudflare": "^10.4.0",
"@astrojs/solid-js": "^4.3.0",
"@tanstack/solid-table": "^8.17.3",
"astro": "^4.10.2",
"fflate": "^0.8.2",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"solid-js": "^1.8.17",
"typescript": "^5.4.5",
"unified": "^11.0.4"
},
"devDependencies": {
"@astrojs/check": "^0.7.0",
"@cloudflare/workers-types": "^4.20240605.0",
"@unocss/reset": "^0.61.0",
"@unocss/transformer-variant-group": "^0.61.0",
"unocss": "^0.61.0",
"wrangler": "^3.60.2"
}
}