update components scripts

This commit is contained in:
Pavel Prichodko 2023-01-16 12:57:57 +01:00
parent 15b376905d
commit fe7a7f84f5
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
1 changed files with 7 additions and 3 deletions

View File

@ -12,11 +12,14 @@
"dist"
],
"scripts": {
"dev": "tamagui-build --watch",
"build": "tamagui-build",
"typegen": "tsc --noEmit false --emitDeclarationOnly || true",
"watch": "tamagui-build --watch",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
"storybook": "TAMAGUI_TARGET='web' storybook dev -p 3001",
"storybook:build": "TAMAGUI_TARGET='web' storybook build"
},
"peerDependencies": {
"react-native-web": "^0.18.0"
},
"dependencies": {
"@tamagui/animations-react-native": "^1.0.8",
@ -39,6 +42,7 @@
"@tamagui/vite-plugin": "^1.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native-web": "^0.18.0",
"storybook": "^7.0.0-beta.21",
"storybook-addon-designs": "^7.0.0-beta.2",
"vite": "^4.0.4"