forked from Expensify/react-native-live-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 812 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 812 Bytes
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
{
"name": "webexample",
"version": "1.0.0",
"main": "App.tsx",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "playwright test"
},
"dependencies": {
"@expo/webpack-config": "~19.0.1",
"babel-plugin-module-resolver": "^5.0.0",
"expo": "^54.0.32",
"expo-status-bar": "2.2.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.1",
"react-native-web": "~0.20.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@playwright/test": "^1.43.1",
"@types/node": "^20.12.7",
"@types/react": "^19.2.0",
"typescript": "~5.3.3"
},
"overrides": {
"@expo/webpack-config": {
"expo": "^54.0.32"
}
},
"private": true
}