lume/apps/web/package.json

27 lines
570 B
JSON
Raw Normal View History

2024-01-22 07:40:39 +00: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 00:45:37 +00:00
"@astrojs/check": "^0.5.10",
2024-01-22 07:40:39 +00:00
"@astrojs/tailwind": "^5.1.0",
2024-04-22 06:18:34 +00:00
"@fontsource/geist-mono": "^5.0.3",
2024-05-15 03:50:35 +00:00
"astro": "^4.8.3",
"astro-seo-meta": "^4.1.1",
"astro-seo-schema": "^4.0.2",
2024-01-22 07:40:39 +00:00
"schema-dts": "^1.1.2",
2024-03-29 00:45:37 +00:00
"tailwindcss": "^3.4.3",
2024-04-11 00:47:37 +00:00
"typescript": "^5.4.5"
2024-01-22 07:40:39 +00:00
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13"
2024-01-22 07:40:39 +00:00
}
}