-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.5 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "@tiltshift/paradigm",
"version": "1.0.0",
"sideEffects": [
"*.css"
],
"main": "index.ts",
"scripts": {
"start": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=d76c855765f0",
"storybook-generate": "sb-rn-get-stories"
},
"dependencies": {
"expo": "~52.0.38",
"expo-constants": "~17.0.8",
"expo-font": "~13.0.4",
"expo-linking": "~7.0.5",
"expo-router": "~4.0.19",
"expo-splash-screen": "~0.29.22",
"expo-status-bar": "~2.0.1",
"expo-system-ui": "~4.0.8",
"expo-web-browser": "~14.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.7",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "~0.19.13",
"react-refresh": "^0.14.2",
"tamagui": "^1.125.26"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@chromatic-com/storybook": "^3.2.2",
"@gorhom/bottom-sheet": "^5.0.5",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-community/slider": "4.5.5",
"@react-native/babel-preset": "^0.76.1",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-interactions": "^8.4.2",
"@storybook/addon-onboarding": "^8.4.2",
"@storybook/addon-ondevice-actions": "^8.3.10",
"@storybook/addon-ondevice-controls": "^8.3.10",
"@storybook/addon-react-native-web": "^0.0.26",
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
"@storybook/blocks": "^8.4.2",
"@storybook/react": "^8.4.2",
"@storybook/react-native": "^8.3.10",
"@storybook/react-webpack5": "^8.4.2",
"@storybook/test": "^8.4.2",
"@tamagui/babel-plugin": "^1.125.26",
"@tamagui/config": "^1.125.26",
"@tamagui/metro-plugin": "^1.125.26",
"@tiltshift/config": "^2.1.0",
"@types/babel__core": "^7",
"@types/node": "^22.8.4",
"@types/prop-types": "^15",
"@types/react": "~18.3.12",
"@types/react-refresh": "^0",
"babel-loader": "^8.4.1",
"babel-plugin-react-native-web": "^0.19.13",
"prop-types": "^15.8.1",
"react-native-svg": "15.8.0",
"storybook": "^8.4.2"
},
"prettier": "@tiltshift/config/prettier",
"volta": {
"node": "22.11.0",
"yarn": "4.5.1"
},
"resolutions": {
"react": "18.3.1",
"react-dom": "18.3.1"
},
"readme": "readme.md",
"_id": "paradigm@1.0.0"
}