lume/apps/web/package.json

27 lines
567 B
JSON
Raw Permalink Normal View History

2024-01-22 14:40:39 +07:00
{
"name": "@lume/web",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2024-03-29 07:45:37 +07:00
"@astrojs/check": "^0.5.10",
2024-01-22 14:40:39 +07:00
"@astrojs/tailwind": "^5.1.0",
2024-05-22 15:35:41 +07:00
"@fontsource/alice": "^5.0.13",
2024-07-18 18:57:28 +07:00
"astro": "^4.11.6",
"astro-seo-meta": "^4.1.1",
"astro-seo-schema": "^4.0.2",
2024-01-22 14:40:39 +07:00
"schema-dts": "^1.1.2",
2024-07-18 18:57:28 +07:00
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3"
2024-01-22 14:40:39 +07:00
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13"
2024-01-22 14:40:39 +07:00
}
}