mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-15 18:18:48 -06:00
* chore: update npm packages * update formbricks-web packages * update packages in demo * update packages in formbricks-com * fix survey status dropdown has no value
16 lines
305 B
JSON
16 lines
305 B
JSON
{
|
|
"name": "@formbricks/tsconfig",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"clean": "rimraf node_modules"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.7.0",
|
|
"@types/react": "18.2.23",
|
|
"@types/react-dom": "18.2.7",
|
|
"typescript": "5.2.2"
|
|
}
|
|
}
|