-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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
{
"name": "philna.sh",
"type": "module",
"version": "3.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check --minimumSeverity error"
},
"dependencies": {
"@analytics-debugger/ga4mp": "^0.0.8",
"@astrojs/cloudflare": "^11.2.0",
"@astrojs/rss": "^4.0.9",
"@fontsource/merriweather": "^5.1.0",
"@fontsource/raleway": "^5.1.0",
"@philnash/astro-pagination": "^0.4.0",
"@philnash/resend": "^1.1.0",
"@playform/inline": "^0.1.0",
"astro": "^4.16.9",
"astro-remote": "^0.3.3",
"markdown-it": "^14.1.0",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-to-string": "^4.0.0",
"openai": "^4.71.0",
"sanitize-html": "^2.13.1",
"web-share-wrapper": "^0.2.2"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@datastax/astra-db-ts": "^1.5.0",
"@rollup/plugin-yaml": "^4.1.2",
"@types/js-yaml": "^4.0.9",
"@types/markdown-it": "^14.1.2",
"@types/sanitize-html": "^2.13.0",
"sass": "^1.80.6",
"sharp": "^0.33.5",
"typescript": "^5.6.3"
}
}