-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.04 KB
/
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
32
33
34
35
36
37
38
39
{
"name": "urbe",
"version": "2.20.20",
"bin": {
"urbe": "scripts/init.mjs"
},
"files": [
"scripts/init.mjs"
],
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"test": "turbo test",
"analyze": "turbo analyze",
"bump-deps": "npx npm-check-updates --deep -u -x react-day-picker && pnpm install",
"bump-ui": "npx shadcn@latest add --all --overwrite -c packages/design-system",
"migrate": "cd packages/database && npx prisma format && npx prisma generate && npx prisma db push",
"clean": "git clean -xdf node_modules"
},
"devDependencies": {
"@auto-it/all-contributors": "^11.3.0",
"@auto-it/first-time-contributor": "^11.3.0",
"@biomejs/biome": "1.9.4",
"@repo/typescript-config": "workspace:*",
"turbo": "^2.3.3",
"@turbo/gen": "^2.3.3",
"typescript": "^5.7.2",
"ultracite": "^4.1.8"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@9.15.0",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.1.0"
}
}