forked from livepeer/pipelines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 898 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
32
33
{
"name": "livepeer-pipelines",
"version": "0.0.1",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"analyze": "turbo analyze",
"bump-deps": "npx npm-check-updates --deep -u -x react-day-picker && pnpm install",
"migrate": "cd packages/database && npx prisma format && npx prisma generate && npx prisma db push"
},
"devDependencies": {
"@auto-it/all-contributors": "^11.3.0",
"@auto-it/first-time-contributor": "^11.3.0",
"@repo/typescript-config": "workspace:*",
"turbo": "^2.2.3",
"typescript": "^5.6.3",
"ultracite": "^4.1.6",
"mixpanel": "^0.18.0",
"next": "^14.1.0"
},
"overrides": {
"@headlessui/react": "^2.2.0"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]",
"dependencies": {
"@headlessui/react": "^2.2.0",
"mixpanel-browser": "^2.56.0"
}
}