-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.6 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.6 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
44
45
46
47
48
49
{
"name": "saku",
"private": true,
"description": "Showcase Everything You Are and Create.",
"keywords": [],
"homepage": "https://saku.so/?utm_source=github",
"bugs": {
"url": "https://github.com/builder-group/saku/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/builder-group/saku.git"
},
"license": "AGPL-3.0-or-later",
"author": "@bennobuilder",
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean --force && shx rm -rf .turbo && shx rm -rf .vercel && shx rm -rf node_modules",
"docker:dev": "docker compose -f devops/docker-compose.yaml up --build",
"docker:dev:down": "docker compose -f devops/docker-compose.yaml down",
"fly:deploy:sfy-link-in-bio-app": "pnpm run version:patch:sfy-link-in-bio-app && fly deploy -c devops/sfy-link-in-bio-app/fly.toml",
"format": "prettier --write \"**/*.{ts,tsx,md,json,js,jsx}\"",
"install:clean": "pnpm clean && pnpm install && pnpm build",
"lint": "turbo run lint",
"start:dev": "turbo run start:dev",
"test": "turbo run test",
"update:latest": "turbo run update:latest --force && pnpm update --latest && pnpm build",
"version:patch:sfy-link-in-bio-app": "cd apps/sfy-link-in-bio/app && pnpm version patch"
},
"devDependencies": {
"@blgc/config": "^0.0.40",
"@shopify/cli": "^3.90.0",
"dotenv": "^17.2.4",
"eslint": "^10.0.0",
"prettier": "^3.8.1",
"rollup": "^4.57.1",
"rollup-presets": "^0.0.26",
"shx": "^0.4.0",
"tsx": "^4.21.0",
"turbo": "^2.8.3",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitest": "^4.0.18"
},
"packageManager": "pnpm@10.28.0",
"engines": {
"node": ">=24"
}
}