update components scripts
This commit is contained in:
parent
15b376905d
commit
fe7a7f84f5
|
@ -12,11 +12,14 @@
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"dev": "tamagui-build --watch",
|
||||||
"build": "tamagui-build",
|
"build": "tamagui-build",
|
||||||
"typegen": "tsc --noEmit false --emitDeclarationOnly || true",
|
"typegen": "tsc --noEmit false --emitDeclarationOnly || true",
|
||||||
"watch": "tamagui-build --watch",
|
"storybook": "TAMAGUI_TARGET='web' storybook dev -p 3001",
|
||||||
"storybook": "storybook dev -p 6006",
|
"storybook:build": "TAMAGUI_TARGET='web' storybook build"
|
||||||
"build-storybook": "storybook build"
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"react-native-web": "^0.18.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tamagui/animations-react-native": "^1.0.8",
|
"@tamagui/animations-react-native": "^1.0.8",
|
||||||
|
@ -39,6 +42,7 @@
|
||||||
"@tamagui/vite-plugin": "^1.0.8",
|
"@tamagui/vite-plugin": "^1.0.8",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
|
"react-native-web": "^0.18.0",
|
||||||
"storybook": "^7.0.0-beta.21",
|
"storybook": "^7.0.0-beta.21",
|
||||||
"storybook-addon-designs": "^7.0.0-beta.2",
|
"storybook-addon-designs": "^7.0.0-beta.2",
|
||||||
"vite": "^4.0.4"
|
"vite": "^4.0.4"
|
||||||
|
|
Loading…
Reference in New Issue