mirror of
https://github.com/jordienr/zenblog.git
synced 2026-08-29 02:34:26 -05:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "@zenblog/root",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev",
|
|
"lint": "turbo run lint",
|
|
"deploy": "git commit --allow-empty -m \"Deploy\" && git push",
|
|
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
|
|
"build:ui": "turbo run build --filter=@zendo/ui",
|
|
"lint:web": "turbo run lint --filter=@zendo/web",
|
|
"typegen:web": "turbo run lint --filter=@zendo/web",
|
|
"build:web": "turbo run build --filter=@zendo/web",
|
|
"build:twu": "turbo run build --filter=tailwindutils",
|
|
"build:cms": "turbo run build --filter=@zendo/client",
|
|
"publish:cms": "turbo run publish --filter=@zendo/cms",
|
|
"supa:start": "npx supabase start",
|
|
"supa:stop": "npx supabase stop",
|
|
"supa:open": "open http://localhost:54323"
|
|
},
|
|
"devDependencies": {
|
|
"@turbo/gen": "^1.9.7",
|
|
"eslint": "^7.32.0",
|
|
"prettier": "^2.5.1",
|
|
"turbo": "^1.10.5"
|
|
},
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"dependencies": {
|
|
"@types/inquirer": "^9.0.3",
|
|
"next": "^13.4.18"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"npm": ">=8.0.0"
|
|
}
|
|
}
|