-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.54 KB
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
{
"name": "drizzle-lab-monorepo",
"private": true,
"type": "module",
"license": "MIT",
"author": "@rphlmr",
"homepage": "https://github.com/rphlmr/drizzle-lab#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/rphlmr/drizzle-lab.git"
},
"bugs": {
"url": "https://github.com/rphlmr/drizzle-lab/issues"
},
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"clear:all": "rm -rf node_modules pnpm-lock.yaml .turbo && find . \\( -name 'node_modules' -o -name 'pnpm-lock.yaml' -o -name '.turbo' -o -name 'build' -o -name 'dist' \\) -print0 | xargs -0 rm -rf --",
"drizzle-run:docker:build": "docker build -f apps/drizzle-run/Dockerfile -t drizzle-run .",
"drizzle-run:docker:run": "docker run --rm --name drizzle-run -p 3000:3000 --env-file apps/drizzle-run/.env.production drizzle-run",
"prod:drizzle-run:deploy": "fly deploy -c apps/drizzle-run/fly.toml --dockerfile apps/drizzle-run/Dockerfile --ignorefile .dockerignore --remote-only"
},
"devDependencies": {
"@biomejs/biome": "^2.2.2",
"turbo": "^2.5.6"
},
"engines": {
"node": ">=22"
},
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"@tailwindcss/oxide",
"@vscode/vsce-sign",
"esbuild",
"keytar"
],
"patchedDependencies": {
"@conform-to/zod": "patches/@conform-to__zod.patch"
}
},
"packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b"
}