mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 17:09:40 +02:00
27 lines
565 B
JSON
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"
|
|
}
|
|
}
|