-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.58 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
{
"name": "universal-design-system",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@expo/html-elements": "^0.9.1",
"@gluestack-style/animation-resolver": "^1.0.4",
"@gluestack-style/legend-motion-animation-driver": "^1.0.3",
"@gluestack-style/react": "^1.0.48",
"@gluestack-ui/accordion": "^1.0.1",
"@gluestack-ui/actionsheet": "^0.2.37",
"@gluestack-ui/alert": "^0.1.12",
"@gluestack-ui/alert-dialog": "^0.1.25",
"@gluestack-ui/avatar": "^0.1.15",
"@gluestack-ui/button": "^1.0.1",
"@gluestack-ui/checkbox": "^0.1.24",
"@gluestack-ui/config": "^1.1.2",
"@gluestack-ui/divider": "^0.1.8",
"@gluestack-ui/fab": "^0.1.18",
"@gluestack-ui/form-control": "^0.1.16",
"@gluestack-ui/icon": "^0.1.20",
"@gluestack-ui/image": "^0.1.7",
"@gluestack-ui/input": "^0.1.24",
"@gluestack-ui/link": "^0.1.17",
"@gluestack-ui/menu": "^0.2.29",
"@gluestack-ui/modal": "^0.1.29",
"@gluestack-ui/popover": "^0.1.31",
"@gluestack-ui/progress": "^0.1.12",
"@gluestack-ui/radio": "^0.1.25",
"@gluestack-ui/select": "^0.1.24",
"@gluestack-ui/slider": "^0.1.20",
"@gluestack-ui/spinner": "^0.1.14",
"@gluestack-ui/switch": "^0.1.19",
"@gluestack-ui/textarea": "^0.1.20",
"@/components/ui": "^1.1.6",
"@gluestack-ui/toast": "^1.0.4",
"@gluestack-ui/tooltip": "^0.1.26",
"@storybook/addon-docs": "^7.6.15",
"@storybook/addon-react-native-web": "^0.0.23",
"@storybook/client-api": "^7.6.15",
"@storybook/react-native": "^7.6.15",
"babel-loader": "^9.1.3",
"babel-plugin-module-resolver": "^5.0.0",
"expo": "~50.0.6",
"expo-status-bar": "~1.11.1",
"lucide-react-native": "^0.330.0",
"react": "18.2.0",
"react-native": "0.73.4",
"react-native-reanimated": "^3.7.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@storybook/addon-essentials": "^7.6.15",
"@storybook/addon-interactions": "^7.6.15",
"@storybook/addon-links": "^7.6.15",
"@storybook/addon-onboarding": "^1.0.11",
"@storybook/blocks": "^7.6.15",
"@storybook/react": "^7.6.15",
"@storybook/react-webpack5": "^7.6.15",
"@storybook/test": "^7.6.15",
"@types/react": "~18.2.45",
"react-dom": "^18.2.0",
"storybook": "^7.6.15",
"typescript": "^5.1.3"
},
"private": true
}