-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.82 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "ai03-mainsite-v5",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check --minimumSeverity warning && astro build && node process-html.mjs && node repair-sitemap.mjs",
"preview": "astro preview",
"astro": "astro",
"collect-licenses": "node collect-licenses.js > public/package-licenses"
},
"dependencies": {
"@astrojs/check": "^0.5.5",
"@astrojs/mdx": "^2.1.1",
"@astrojs/preact": "^3.3.0",
"@astrojs/sitemap": "^3.1.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/ts-plugin": "^1.8.0",
"@fontsource-variable/inter": "^5.0.16",
"@fontsource-variable/inter-tight": "^5.0.19",
"@fontsource/m-plus-rounded-1c": "^5.0.11",
"@iconify-icons/ph": "^1.2.5",
"@iconify-icons/ri": "^1.2.10",
"@iconify-json/iconoir": "^1.1.41",
"@iconify-json/ph": "^1.1.13",
"@iconify-json/ri": "^1.1.21",
"@tanstack/react-query": "^5.49.2",
"astro": "^4.4.1",
"astro-icon": "^1.1.0",
"globby": "^14.0.2",
"html-minifier": "^4.0.0",
"preact": "^10.22.0",
"react": "npm:@preact/compat@^17.1.2",
"react-circle": "^1.1.1",
"react-dom": "npm:@preact/compat@^17.1.2",
"react-infinite-scroll-hook": "^4.1.1",
"react-markdown": "^9.0.1",
"rehype-rewrite": "^4.0.2",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-rehype": "^11.1.0",
"sharp": "^0.33.2",
"swiper": "^11.1.3",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"devDependencies": {
"@iconify-icon/react": "^2.1.0",
"@tailwindcss/typography": "^0.5.12"
},
"overrides": {
"react": "npm:@preact/compat",
"react-dom": "npm:@preact/compat"
},
"pnpm": {
"overrides": {
"react": "npm:@preact/compat",
"react-dom": "npm:@preact/compat"
}
}
}