-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.83 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
59
60
61
62
{
"name": "jjick-meok",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"lint": "eslint .",
"format": "prettier --write .",
"fix": "npm run format && npm run lint"
},
"dependencies": {
"@supabase/supabase-js": "^2.105.3",
"@tanstack/react-query": "^5.95.0",
"axios": "^1.13.6",
"babel-plugin-module-resolver": "^5.0.3",
"eslint-config-expo": "~10.0.0",
"expo": "54.0.33",
"expo-auth-session": "~7.0.10",
"expo-constants": "~18.0.13",
"expo-font": "~14.0.11",
"expo-haptics": "~15.0.8",
"expo-linear-gradient": "~15.0.8",
"expo-linking": "~8.0.11",
"expo-router": "~6.0.23",
"expo-secure-store": "~15.0.8",
"expo-status-bar": "~3.0.9",
"expo-web-browser": "~15.0.10",
"pretendard": "^1.3.9",
"prettier": "^3.8.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-native": "0.81.5",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.16.0",
"react-native-svg": "^15.15.4",
"react-native-url-polyfill": "^3.0.0",
"react-native-web": "^0.21.2",
"react-native-webview": "13.15.0",
"styled-components": "^6.3.12",
"zustand": "^5.0.12"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.6.18",
"@storybook/react": "^8.6.18",
"@storybook/react-vite": "^8.6.18",
"@types/react": "~19.1.10",
"eslint": "^8.47.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"react-native-svg-transformer": "^1.5.3",
"storybook": "^8.6.18",
"typescript": "~5.9.2",
"vite": "^6.4.2",
"vite-plugin-svgr": "^5.2.0"
},
"private": true
}