forked from EvanBacon/evanbacon.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.79 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
{
"main": "./index.js",
"scripts": {
"start": "expo",
"prepare": "npx patch-package",
"predeploy:web": "expo export --platform web --dump-sourcemap && node ./sitemap-gen.js",
"deploy:web": "netlify deploy"
},
"dependencies": {
"@bacons/mdx": "^0.1.0",
"@expo-google-fonts/inter": "^0.2.3",
"@expo-google-fonts/source-code-pro": "^0.2.3",
"@expo/html-elements": "^0.4.2",
"@expo/react-native-action-sheet": "^3.12.0",
"@expo/styleguide-icons": "^1.0.1",
"autoprefixer": "10.4.14",
"classnames": "^2.3.2",
"expo": "^50.0.0-alpha.6",
"expo-av": "~13.8.0",
"expo-blur": "~12.8.0",
"expo-image": "~1.6.0",
"expo-linking": "~6.1.1",
"expo-router": "./expo-router-3.1.2.tgz",
"expo-splash-screen": "~0.24.0",
"expo-status-bar": "~1.9.0",
"postcss-scss": "^4.0.6",
"prism-react-renderer": "^2.0.6",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.5",
"react-native-gesture-handler": "~2.12.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-web": "~0.19.6",
"react-native-web-hooks": "^3.0.2",
"react-native-webview": "13.6.2",
"sass": "^1.63.4",
"satori": "0.10.4",
"tailwindcss": "3.3.2",
"tailwindcss-safe-area": "^0.4.0"
},
"resolutions": {
"react-refresh": "0.14.0",
"@expo/server": "^0.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.14",
"@types/react-native": "~0.70.6",
"eslint": "^6.8.0",
"eslint-config-universe": "^2.1.0",
"prettier": "^1.19.1",
"typescript": "^5.1.3"
},
"private": true
}