mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-08 02:43:06 -05:00
a850c1ec26
* upgrade nextjs to 13 * update docker compose, fix env bug * update github actions check workflow to lint on ubuntu image
18 lines
380 B
JSON
18 lines
380 B
JSON
{
|
|
"name": "eslint-config-formbricks",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eslint": "^8.26.0",
|
|
"eslint-config-next": "^13.0.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-react": "7.31.10",
|
|
"eslint-config-turbo": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.8.4"
|
|
}
|
|
}
|