mirror of
https://github.com/lumehq/lume.git
synced 2025-03-22 15:51:46 +01:00
* chore: fix some lint issues * feat: refactor contact list * feat: refactor relay hint * feat: add missing commands * feat: use new cache layer for react query * feat: refactor column * feat: improve relay hint * fix: replace break with continue in parser * refactor: publish function * feat: add reply command * feat: improve editor * fix: quote * chore: update deps * refactor: note component * feat: improve repost * feat: improve cache * fix: backup screen * refactor: column manager
27 lines
567 B
JSON
27 lines
567 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/alice": "^5.0.13",
|
|
"astro": "^4.10.2",
|
|
"astro-seo-meta": "^4.1.1",
|
|
"astro-seo-schema": "^4.0.2",
|
|
"schema-dts": "^1.1.2",
|
|
"tailwindcss": "^3.4.4",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.13"
|
|
}
|
|
}
|