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-03-16 08:05:06 +00:00
"@fontsource/geist-mono": "^5.0.2",
2024-04-16 01:55:36 +00:00
"astro": "^4.6.1",
2024-01-22 07:40:39 +00:00
"astro-seo-meta": "^4.1.0",
"astro-seo-schema": "^4.0.0",
"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": {
2024-03-29 00:45:37 +00:00
"@tailwindcss/typography": "^0.5.12"
2024-01-22 07:40:39 +00:00
}
}