-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.37 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
{
"name": "AwesomeProject",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"postinstall": "patch-package"
},
"dependencies": {
"@expo/html-elements": "^0.4.2",
"@gluestack-ui/accordion": "^1.0.7",
"@gluestack-ui/actionsheet": "^0.2.44",
"@gluestack-ui/alert": "^0.1.15",
"@gluestack-ui/alert-dialog": "^0.1.30",
"@gluestack-ui/avatar": "^0.1.17",
"@gluestack-ui/button": "^1.0.7",
"@gluestack-ui/checkbox": "^0.1.32",
"@gluestack-ui/divider": "^0.1.9",
"@gluestack-ui/fab": "^0.1.21",
"@gluestack-ui/form-control": "^0.1.18",
"@gluestack-ui/icon": "^0.1.22",
"@gluestack-ui/image": "^0.1.10",
"@gluestack-ui/input": "^0.1.31",
"@gluestack-ui/link": "^0.1.22",
"@gluestack-ui/menu": "^0.2.36",
"@gluestack-ui/modal": "^0.1.34",
"@gluestack-ui/nativewind-utils": "^1.0.23",
"@gluestack-ui/overlay": "^0.1.15",
"@gluestack-ui/popover": "^0.1.37",
"@gluestack-ui/pressable": "^0.1.16",
"@gluestack-ui/progress": "^0.1.16",
"@gluestack-ui/radio": "^0.1.33",
"@gluestack-ui/select": "^0.1.29",
"@gluestack-ui/slider": "^0.1.25",
"@gluestack-ui/spinner": "^0.1.14",
"@gluestack-ui/switch": "^0.1.22",
"@gluestack-ui/textarea": "^0.1.23",
"@gluestack-ui/toast": "^1.0.7",
"@gluestack-ui/tooltip": "^0.1.32",
"@legendapp/motion": "^2.4.0",
"nativewind": "4.0.36",
"react": "18.3.1",
"react-native": "0.75.2",
"react-native-reanimated": "^3.15.1",
"react-native-svg": "^13.4.0",
"tailwindcss": "^3.4.10"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.75.2",
"@react-native/eslint-config": "0.75.2",
"@react-native/metro-config": "0.75.2",
"@react-native/typescript-config": "0.75.2",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"jscodeshift": "^0.15.2",
"prettier": "^2.8.8",
"react-test-renderer": "18.3.1",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]"
}