Initial commit: New MoreminiMore website with fresh design

This commit is contained in:
MoreminiMore
2026-04-22 01:59:05 +07:00
commit 76409638cc
14010 changed files with 2052041 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "moreminimore-new",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build --remote",
"build:local": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^6.1.2",
"@astrojs/node": "^10.0.4",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/db": "^0.20.1",
"@libsql/client": "^0.15.0",
"tailwindcss": "^4.2.1",
"@tailwindcss/vite": "^4.2.1",
"typescript": "^5.3.0"
}
}