forked from soIu/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.61 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.61 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
{
"name": "server-components",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"modules": "node src/middleware/update_modules.mjs",
"android": "npm run modules && expo start --android --reset-cache --clear",
"ios": "npm run modules && expo start --ios --reset-cache --clear",
"web": "npm run modules && next dev"
},
"dependencies": {
"@babel/register": "^7.28.3",
"@electric-sql/pglite": "^0.2.7",
"@expo/metro-runtime": "~5.0.4",
"@expo/next-adapter": "^6.0.0",
"@types/react": "~19.0.10",
"autoprefixer": "^10.4.20",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-python": "^1.0.14",
"comlink": "^4.4.1",
"cookie": "^0.6.0",
"drizzle-orm": "^0.34.1",
"expo": "53.0.22",
"expo-constants": "~17.1.7",
"expo-linking": "~7.1.7",
"expo-router": "~5.1.5",
"expo-status-bar": "~2.2.3",
"js-sha256": "^0.11.0",
"module-alias": "^2.2.3",
"next": "^15.5.2",
"orm": "file:orm",
"pg-gateway": "^0.3.0-beta.3",
"pyrex": "^1.0.11",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.5",
"react-native-web": "^0.19.13",
"react-native-web-image-loader": "https://github.com/qoomu/react-native-web-image-loader/archive/refs/heads/build.tar.gz",
"react-refresh": "^0.17.0",
"react-server-dom-webpack": "19.0.0",
"rsc-env": "^0.0.2",
"tailwindcss": "^3.4.10",
"typescript": "~5.8.3"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"overrides": {
"react": "19.0.0",
"react-dom": "19.0.0"
},
"browserslist": [
"defaults"
],
"private": true
}