-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
31 lines (31 loc) · 877 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "just-chat",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"update-types": "npx supabase gen types typescript --project-id pbrphwwgeayvhkeizpgm > apps/web/lib/supabase/types.ts",
"prepare": "husky"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@repo/eslint-config": "workspace:*",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"eslint-config-next": "^14.2.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"prettier": "^3.3.1",
"prettier-plugin-tailwindcss": "^0.5.14",
"turbo": "latest"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
},
"dependencies": {
"eslint-plugin-tailwindcss": "^3.17.3",
"supabase": "^1.172.2"
}
}