mirror of
https://github.com/lumehq/lume.git
synced 2025-03-18 05:41:53 +01:00
* feat: redesign * feat: update other columns to new design * chore: small fixes * fix: better manage external webview * feat: redesign note * feat: update ui * chore: update * chore: update * chore: polish ui * chore: update auth ui * feat: finalize note design * chore: small fixes * feat: add window management in rust * chore: format * feat: update ui for event screen * feat: update event screen * feat: final
27 lines
570 B
JSON
27 lines
570 B
JSON
{
|
|
"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": {
|
|
"@astrojs/check": "^0.5.10",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@fontsource/geist-mono": "^5.0.3",
|
|
"astro": "^4.7.0",
|
|
"astro-seo-meta": "^4.1.1",
|
|
"astro-seo-schema": "^4.0.2",
|
|
"schema-dts": "^1.1.2",
|
|
"tailwindcss": "^3.4.3",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.13"
|
|
}
|
|
}
|