mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2026-02-02 21:02:09 +00:00
live lesson 28-01-24
This commit is contained in:
16
package.json
16
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user