Files
formbricks-formbricks/packages/vite-plugins/package.json
dependabot[bot] 62c6189dfd chore(deps-dev): bump the npm_and_yarn group across 9 directories with 1 update (#4639)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-22 21:09:12 +00:00

23 lines
545 B
JSON

{
"name": "@formbricks/vite-plugins",
"license": "MIT",
"version": "1.0.0",
"private": true,
"type": "module",
"homepage": "https://formbricks.com",
"repository": {
"type": "git",
"url": "https://github.com/formbricks/formbricks"
},
"sideEffects": false,
"scripts": {
"clean": "rimraf .turbo node_modules dist",
"lint": "eslint . --ext .ts,.js,.tsx,.jsx"
},
"devDependencies": {
"@formbricks/config-typescript": "workspace:*",
"@formbricks/eslint-config": "workspace:*",
"vite": "6.0.9"
}
}