mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-07 08:50:25 -06:00
Co-authored-by: tykerr <tykerr@gmail.com> Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com> Co-authored-by: Dhruwang Jariwala <67850763+Dhruwang@users.noreply.github.com> Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com> Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
29 lines
708 B
JSON
29 lines
708 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:*",
|
|
"expo": "^51.0.26",
|
|
"expo-status-bar": "~1.12.1",
|
|
"react": "^18.2.0",
|
|
"react-native": "^0.74.4",
|
|
"react-native-webview": "13.8.6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@types/react": "~18.2.79",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"private": true
|
|
}
|