-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.41 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
49
50
{
"name": "@imazen/site",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"build-imgstyle": "tsx tasks/switch.ts imgstyle && astro build && tsx tasks/switch.ts srcset",
"preview": "astro preview",
"astro": "astro",
"switch": "tsx tasks/switch.ts",
"translate": "tsx tasks/translate.ts",
"localize": "tsx tasks/localize.ts",
"jsonld": "tsx tasks/jsonld.ts",
"feedback": "tsx tasks/ai_feedback.ts",
"dates": "tsx tasks/update-frontmatter-dates.ts",
"site-info": "tsx tasks/site_info.ts"
},
"dependencies": {
"@algolia/client-search": "^4.13.1",
"@astrojs/preact": "^2.1.0",
"@astrojs/react": "^2.1.0",
"@astrojs/sitemap": "^1.2.1",
"@astrojs/vercel": "^3.2.1",
"@docsearch/css": "^3.1.0",
"@docsearch/react": "^3.1.0",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.0.0",
"astro": "^2.1.5",
"astro-i18next": "^1.0.0-beta.21",
"execa": "9.5.1",
"he": "^1.2.0",
"i18next-locize-backend": "^6.2.1",
"linebreak": "^1.1.0",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
"devDependencies": {
"gray-matter": "^4.0.3",
"html-escaper": "^3.0.3",
"openai": "^3",
"prettier": "^2.8.7",
"prettier-plugin-astro": "^0.8.0",
"tsx": "^4.19.2"
}
}