live lesson 28-01-24

This commit is contained in:
2024-01-28 12:44:12 +01:00
parent 7af2b43fed
commit fa5f7c19ca
9 changed files with 975 additions and 253 deletions

View File

@@ -29,6 +29,7 @@
"@storybook/theming": "^7.6.6",
"async-mutex": "^0.4.0",
"clsx": "^2.0.0",
"loki": "^0.34.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.2",
@@ -67,5 +68,20 @@
"stylelint": "^16.1.0",
"typescript": "^5.3.3",
"vite": "5.0.10"
},
"loki": {
"configurations": {
"chrome.laptop": {
"target": "chrome.app",
"width": 1366,
"height": 768,
"deviceScaleFactor": 1,
"mobile": false
},
"chrome.iphone7": {
"target": "chrome.app",
"preset": "iPhone 7"
}
}
}
}