-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) 路 946 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) 路 946 Bytes
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
32
33
34
35
36
37
38
39
40
{
"name": "turborepo-shadcn-ui",
"version": "1.5.1",
"private": true,
"license": "MIT",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"ui": "pnpm --filter @repo/ui ui",
"test:e2e": "playwright test",
"prepare": "husky"
},
"lint-staged": {
"*.{js,ts,tsx}": "eslint --fix",
"*.{ts,tsx}": "pnpm test -- --findRelatedTests"
},
"devDependencies": {
"@playwright/test": "^1.56.1",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"husky": "^9.1.7",
"lint-staged": "^16.2.6",
"prettier": "catalog:",
"supabase": "^2.54.10",
"turbo": "2.1.1"
},
"packageManager": "pnpm@9.12.0",
"engines": {
"node": ">=20.17.0"
},
"volta": {
"node": "20.17.0",
"pnpm": "9.12.0"
},
"dependencies": {
"@supabase/supabase-js": "^2.76.1"
}
}