mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-29 18:00:26 -06:00
* update packages npm packages * fix types bug * update demo npm packages * update web npm packages * change formbricks-web to v1.1
16 lines
306 B
JSON
16 lines
306 B
JSON
{
|
|
"name": "@formbricks/tsconfig",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"clean": "rimraf node_modules"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.8.2",
|
|
"@types/react": "18.2.25",
|
|
"@types/react-dom": "18.2.10",
|
|
"typescript": "5.2.2"
|
|
}
|
|
}
|