-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.77 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.77 KB
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
{
"name": "expo-shadcn-demo",
"main": "./index",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@react-native/dev-middleware": "^0.73.5",
"@react-navigation/native": "^6.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"expo": "^50.0.0-canary-20231205-250b31f",
"expo-font": "0.0.1-canary-20231205-250b31f",
"expo-linking": "0.0.1-canary-20231205-250b31f",
"expo-router": "0.0.1-canary-20231205-250b31f",
"expo-splash-screen": "0.0.1-canary-20231205-250b31f",
"expo-status-bar": "0.0.1-canary-20231205-250b31f",
"expo-system-ui": "0.0.1-canary-20231205-250b31f",
"expo-web-browser": "0.0.1-canary-20231205-250b31f",
"lucide-react": "^0.294.0",
"react": "18.2.0",
"react-day-picker": "^8.9.1",
"react-dom": "18.2.0",
"react-native": "0.73.0-rc.8",
"react-native-safe-area-context": "4.7.4",
"react-native-screens": "~3.27.0",
"react-native-web": "~0.19.6",
"recharts": "^2.10.3",
"tailwind-merge": "^2.1.0",
"tailwindcss": "^3.3.6",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.0.14",
"autoprefixer": "^10.4.16",
"jest": "^29.2.1",
"jest-expo": "~50.0.0-alpha.4",
"postcss": "^8.4.32",
"react-test-renderer": "18.2.0",
"typescript": "^5.1.3"
},
"private": true
}