-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
76 lines (76 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
76
{
"main": "./index",
"scripts": {
"start": "expo",
"prepare": "npx patch-package",
"predeploy:web": "expo export --platform web && node ./sitemap-gen.js",
"deploy:web": "eas deploy",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"@bacons/apple-colors": "^0.0.8",
"@bacons/mdx": "^0.4.2",
"@expo-google-fonts/inter": "^0.2.3",
"@expo-google-fonts/source-code-pro": "^0.2.3",
"@expo/html-elements": "^0.10.1",
"@expo/react-native-action-sheet": "^3.12.0",
"@expo/styleguide-icons": "^1.0.1",
"@tanstack/react-query": "^5.8.7",
"autoprefixer": "10.4.14",
"classnames": "^2.3.2",
"expo": "^52.0.24",
"expo-av": "~15.0.1",
"expo-blur": "~14.0.1",
"expo-haptics": "~14.0.0",
"expo-linking": "~7.0.3",
"expo-quick-actions": "^2.0.0",
"expo-router": "~4.0.16",
"expo-sf-symbols": "^1.0.20",
"expo-splash-screen": "~0.29.19",
"expo-status-bar": "~2.0.0",
"expo-symbols": "~0.2.0",
"expo-system-ui": "~4.0.6",
"expo-video": "~2.0.4",
"expo-web-browser": "~14.0.1",
"postcss-scss": "^4.0.6",
"prism-react-renderer": "^2.0.6",
"prismjs": "^1.29.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.5",
"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-svg": "15.8.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-web": "~0.19.13",
"react-native-web-hooks": "^3.0.2",
"react-native-webview": "13.12.5",
"sass": "^1.63.4",
"satori": "0.10.4",
"tailwindcss": "3.3.2",
"tailwindcss-safe-area": "^0.4.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/helper-function-name": "^7.24.7",
"@babel/helper-hoist-variables": "^7.24.7",
"@babel/helper-split-export-declaration": "^7.24.7",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-transform-dotall-regex": "^7.25.9",
"@types/react": "~18.3.12",
"@types/react-native": "~0.70.6",
"eslint": "^6.8.0",
"eslint-config-universe": "^2.1.0",
"expo-atlas": "^0.3.11",
"express": "^4.18.2",
"morgan": "^1.10.0",
"prettier": "^1.19.1",
"typescript": "^5.3.0"
},
"private": true,
"name": "portfolio",
"version": "1.0.0"
}