-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.43 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
40
41
42
43
44
{
"private": true,
"name": "hydra-ipxe",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --concurrency 20",
"lint": "turbo run lint",
"test": "turbo run test",
"clean": "turbo run clean",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"sort": "sort-package-json {apps,packages}/*/package.json",
"db:generate": "turbo run db:generate",
"db:migrate": "dotenv -- turbo run db:migrate",
"db:push": "dotenv -- turbo run db:push"
},
"devDependencies": {
"@hydra-ipxe/prettier-config": "workspace:*",
"@turbo/gen": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.0.12",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-turbo": "^2.0.12",
"eslint-plugin-unicorn": "^55.0.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"sort-package-json": "^2.10.0",
"turbo": "^2.0.12"
},
"packageManager": "[email protected]+sha512.d1a029e1a447ad90bc96cd58b0fad486d2993d531856396f7babf2d83eb1823bb83c5a3d0fc18f675b2d10321d49eb161fece36fe8134aa5823ecd215feed392",
"prettier": "@hydra-ipxe/prettier-config",
"prisma": {
"schema": "packages/core/prisma/schema.prisma"
},
"pnpm": {
"overrides": {
"@typescript-eslint/utils": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1"
}
}
}