-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.27 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
{
"name": "@armno/armno.in.th",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev --host 127.0.0.1",
"start": "astro dev",
"build": "astro build && pagefind --force-language en --site dist && cp -r dist/pagefind public/",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/markdoc": "^0.11.5",
"@astrojs/mdx": "^3.1.9",
"@astrojs/react": "^3.6.3",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@keystatic/astro": "^5.0.3",
"@keystatic/core": "^0.5.41",
"@tailwindcss/typography": "^0.5.15",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.14",
"autoprefixer": "^10.4.20",
"date-fns": "^4.1.0",
"lodash-es": "^4.17.21",
"pagefind": "^1.2.0",
"postcss": "^8.4.49",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.15"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/netlify": "^5.5.4",
"@fontsource-variable/source-serif-4": "^5.1.0",
"@fontsource/ibm-plex-sans-thai-looped": "^5.1.0",
"@fontsource/source-serif-4": "^5.1.0",
"lucide-react": "^0.460.0",
"typescript": "^5.6.3"
}
}