Add dashboard UI updates and settings modal
This commit is contained in:
27
pikit-web/package.json
Normal file
27
pikit-web/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user