- Deleted test files for NavLink, Navbar, NavbarBrand, Progress, Row, SearchBar, Select, Spinner, Textarea, and a basic test for Button. - Introduced a new EmptyLayout component for consistent layout structure. - Added a new login page with a layout that includes a login form and an ASCII art header. - Updated CSS variables for improved styling consistency across components. - Removed Vitest configuration file as it is no longer needed.
23 lines
439 B
JSON
23 lines
439 B
JSON
{
|
|
"name": "nixi-web",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"lint": "oxlint ."
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "^9.3.1",
|
|
"astro": "^5.12.6"
|
|
},
|
|
"devDependencies": {
|
|
"@prettier/plugin-oxc": "^0.0.4",
|
|
"@types/bun": "^1.2.19",
|
|
"oxlint": "^1.11.0",
|
|
"prettier": "3.6.2"
|
|
}
|
|
}
|