managarten/apps-archived/wisekeep/apps/landing/package.json
Till JS 076e0c843d chore: restore archived apps (bauntown, news, reader, uload, wisekeep)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 01:08:51 +01:00

27 lines
565 B
JSON

{
"name": "@wisekeep/landing",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint": "eslint .",
"type-check": "astro check"
},
"dependencies": {
"@astrojs/solid-js": "^4.4.0",
"astro": "^4.16.0",
"solid-js": "^1.9.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.0",
"@astrojs/tailwind": "^5.1.0",
"@types/node": "^22.10.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2"
}
}