AstralHalo/package.json
HPCesia 7fc97dbf0e init: first demo
Refactor project structure and add new components
- Add Navbar and SideMenu components
- Update Layout and MainLayout
- Add config and type definitions
- Remove unused assets and components
- Update README and gitignore
2025-01-12 03:54:02 +08:00

27 lines
647 B
JSON

{
"name": "astral-halo",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.1.5"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/tailwind": "^5.1.4",
"@astrojs/ts-plugin": "^1.10.4",
"astro-compress": "2.3.5",
"astro-eslint-parser": "^1.1.0",
"eslint": "^9.16.0",
"eslint-plugin-astro": "^1.3.1",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.17.0"
}
}