Add dashboard UI updates and settings modal

This commit is contained in:
Aaron
2025-12-10 18:51:31 -05:00
commit c85df728b7
54 changed files with 7151 additions and 0 deletions

27
pikit-web/package.json Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "pikit-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite --host --port 4173",
"build": "vite build --outDir dist --emptyOutDir",
"preview": "vite preview --host --port 4173",
"test:e2e": "playwright test",
"test": "npm run test:e2e"
},
"devDependencies": {
"@playwright/test": "^1.45.0",
"vite": "^5.3.0"
},
"dependencies": {
"@fontsource/atkinson-hyperlegible": "^5.0.8",
"@fontsource/chivo": "^5.0.8",
"@fontsource/dm-sans": "^5.0.8",
"@fontsource/ibm-plex-sans": "^5.0.8",
"@fontsource/manrope": "^5.0.8",
"@fontsource/red-hat-display": "^5.0.12",
"@fontsource/red-hat-text": "^5.0.12",
"@fontsource/sora": "^5.0.8",
"@fontsource/space-grotesk": "^5.0.8"
}
}