-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.29 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.29 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
{
"name": "multi-channel-broadcast",
"type": "module",
"version": "1.0.0",
"description": "Multi-channel Telegram to microblog converter",
"private": true,
"packageManager": "pnpm@9.9.0",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"keywords": [
"telegram",
"microblog",
"multi-channel",
"astro"
],
"author": "banlan",
"license": "MIT",
"dependencies": {
"@astrojs/rss": "^4.0.15",
"@sentry/astro": "^8.27.0",
"cheerio": "^1.0.0",
"dayjs": "^1.11.13",
"flourite": "^1.3.0",
"lru-cache": "^11.0.0",
"ofetch": "^1.3.4",
"prismjs": "^1.29.0",
"prismjs-components-importer": "^0.2.0",
"sanitize-html": "^2.13.0"
},
"devDependencies": {
"@astrojs/cloudflare": "^12.6.12",
"@astrojs/netlify": "^6.6.4",
"@astrojs/node": "^9.5.2",
"@astrojs/vercel": "^9.0.4",
"@types/prismjs": "^1.26.4",
"astro": "^5.16.13",
"astro-seo": "^0.8.4",
"autoprefixer": "^10.4.20",
"baseline-browser-mapping": "^2.9.19",
"cross-env": "^10.1.0",
"cssnano": "^7.0.5",
"postcss-nesting": "^13.0.0",
"std-env": "^3.7.0"
},
"browserslist": [
"defaults"
]
}