feat:formbricks configurando formbricks

This commit is contained in:
Amadeu José Andrade Junior
2025-01-07 17:06:36 -03:00
parent af6a9795fd
commit 1eb50f621c
5 changed files with 66 additions and 62 deletions

24
package-lock.json generated
View File

@@ -8,9 +8,11 @@
"name": "formbrickstest",
"version": "0.0.1",
"dependencies": {
"@formbricks/js": "^3.0.2",
"@formbricks/react-native": "^1.3.1",
"react": "18.3.1",
"react-native": "0.76.5"
"react-native": "0.76.5",
"react-native-webview": "^13.12.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
@@ -2174,6 +2176,15 @@
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
"node_modules/@formbricks/js": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/@formbricks/js/-/js-3.0.2.tgz",
"integrity": "sha512-AMKScnuFI2LkBP2GhN3JabuxRV9wftiLtTl33DlLhj42iem+FqWyKOs9o8jx7f+moqbB5qga5J378yx49yt9NQ==",
"license": "MIT",
"peerDependencies": {
"zod": "3.x"
}
},
"node_modules/@formbricks/react-native": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/@formbricks/react-native/-/react-native-1.3.1.tgz",
@@ -10853,7 +10864,6 @@
"resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-13.12.5.tgz",
"integrity": "sha512-INOKPom4dFyzkbxbkuQNfeRG9/iYnyRDzrDkJeyvSWgJAW2IDdJkWFJBS2v0RxIL4gqLgHkiIZDOfiLaNnw83Q==",
"license": "MIT",
"peer": true,
"dependencies": {
"escape-string-regexp": "^4.0.0",
"invariant": "2.2.4"
@@ -12915,6 +12925,16 @@
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/zod": {
"version": "3.24.1",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.24.1.tgz",
"integrity": "sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==",
"license": "MIT",
"peer": true,
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
}
}
}