mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
31 lines
786 B
JSON
31 lines
786 B
JSON
{
|
|
"name": "@formbricks/demo-react-native",
|
|
"version": "1.0.0",
|
|
"main": "./index.js",
|
|
"scripts": {
|
|
"dev": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"eject": "expo eject",
|
|
"clean": "rimraf .turbo node_modules .expo"
|
|
},
|
|
"dependencies": {
|
|
"@formbricks/js": "workspace:*",
|
|
"@formbricks/react-native": "workspace:*",
|
|
"@react-native-async-storage/async-storage": "2.1.0",
|
|
"expo": "52.0.28",
|
|
"expo-status-bar": "2.0.1",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-native": "0.76.6",
|
|
"react-native-webview": "13.12.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.26.0",
|
|
"@types/react": "18.3.18",
|
|
"typescript": "5.7.2"
|
|
},
|
|
"private": true
|
|
}
|