feat: Add first version of website

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2023-10-01 02:25:21 +02:00
parent ed8dcebcb7
commit fe437165a1
49 changed files with 2220 additions and 457 deletions

View File

@ -12,7 +12,6 @@
"test": "npm run test:unit && npm run test:e2e",
"test:unit": "vitest --coverage --run",
"test:e2e": "playwright test",
"install:test": "playwright install --with-deps"
},
"dependencies": {
@ -21,14 +20,20 @@
"@dzeio/logger": "^3",
"@dzeio/object-util": "^1",
"@dzeio/url-manager": "^1",
"@fontsource-variable/lexend": "^5.0.12",
"@tailwindcss/typography": "^0.5.10",
"astro": "^3",
"easy-sitemap": "^1.2.0",
"lucide-astro": "^0",
"simple-icons-astro": "^9.16.0",
"tailwindcss": "^3"
},
"devDependencies": {
"@astrojs/check": "^0.2.0",
"@playwright/test": "^1",
"@types/node": "^20",
"@vitest/coverage-v8": "^0",
"typescript": "^5.2.2",
"vitest": "^0"
}
}