mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-03 04:11:55 -05:00
7e74cfa0d6
* update packages npm packages * fix types bug * update demo npm packages * update web npm packages * change formbricks-web to v1.1
31 lines
732 B
JSON
31 lines
732 B
JSON
{
|
|
"name": "@formbricks/surveys",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./dist/index.js"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"scripts": {
|
|
"dev": "tsc && vite build",
|
|
"build": "tsc && vite build",
|
|
"go": "tsc && vite build",
|
|
"lint": "eslint . --ext .ts,.js,.tsx,.jsx",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@formbricks/types": "workspace:*",
|
|
"@preact/preset-vite": "^2.5.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint-config-formbricks": "workspace:*",
|
|
"postcss": "^8.4.31",
|
|
"preact": "^10.18.1",
|
|
"tailwindcss": "^3.3.3",
|
|
"terser": "^5.21.0",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.4.11"
|
|
}
|
|
}
|