-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: revert formatting in package.json
- Loading branch information
Showing
1 changed file
with
66 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,68 @@ | ||
{ | ||
"private": true, | ||
"scripts": { | ||
"build": "pnpm p:build && turbo build", | ||
"dev": "pnpm p:dev && turbo dev --filter=!integration-* --filter=!emails --ui tui", | ||
"clean": "turbo clean", | ||
"start": "turbo start", | ||
"type-check": "turbo type-check", | ||
"p:dev": "preconstruct dev", | ||
"p:build": "preconstruct build", | ||
"format": "turbo run format --continue", | ||
"format:fix": "turbo format:fix --continue", | ||
"lint": "turbo lint --continue", | ||
"lint:fix": "turbo lint:fix --continue", | ||
"lint:ws": "pnpm dlx sherif@latest", | ||
"test": "turbo test", | ||
"test-run": "turbo test-run --continue", | ||
"test:setup": "docker compose -f docker-compose.test.yml --profile test up -d", | ||
"fix": "pnpm run lint:fix && pnpm run format:fix", | ||
"dev:db:start": "docker compose -f docker-compose.base.yml up db -d", | ||
"dev:db:stop": "docker compose -f docker-compose.base.yml down db", | ||
"dev:inbucket:start": "docker compose -f docker-compose.base.yml up inbucket -d", | ||
"dev:inbucket:stop": "docker compose -f docker-compose.base.yml down inbucket", | ||
"dev:setup": "pnpm install && pnpm run dev:db:start && pnpm run dev:inbucket:start && pnpm p:dev && pnpm --filter core migrate-dev", | ||
"dev:teardown": "docker compose -f docker-compose.base.yml down" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.17", | ||
"@babel/preset-env": "^7.22.15", | ||
"@babel/preset-react": "^7.22.15", | ||
"@babel/preset-typescript": "^7.22.15", | ||
"@changesets/cli": "^2.26.2", | ||
"@preconstruct/cli": "^2.8.4", | ||
"@pubpub/prettier-config": "workspace:*", | ||
"@turbo/gen": "^2.1.1", | ||
"concurrently": "^9.0.1", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^13.2.2", | ||
"pino-pretty": "^10.3.1", | ||
"prettier": "catalog:", | ||
"turbo": "^2.1.1" | ||
}, | ||
"lint-staged": { | ||
"*.{ts,tsx,js,jsx,scss,json,md}": [ | ||
"prettier --write" | ||
], | ||
"schema.prisma": [ | ||
"npx prisma format" | ||
] | ||
}, | ||
"preconstruct": { | ||
"packages": [ | ||
"packages/*" | ||
] | ||
}, | ||
"prettier": "@pubpub/prettier-config", | ||
"packageManager": "[email protected]", | ||
"prisma": { | ||
"schema": "core/prisma/schema.prisma" | ||
}, | ||
"pnpm": { | ||
"overrides": { | ||
"@radix-ui/react-dismissable-layer": "^1.0.5", | ||
"@radix-ui/react-focus-scope": "^1.0.4" | ||
} | ||
}, | ||
"name": "v7" | ||
"private": true, | ||
"scripts": { | ||
"build": "pnpm p:build && turbo build", | ||
"dev": "pnpm p:dev && turbo dev --filter=!integration-* --filter=!emails --ui tui", | ||
"clean": "turbo clean", | ||
"start": "turbo start", | ||
"type-check": "turbo type-check", | ||
"p:dev": "preconstruct dev", | ||
"p:build": "preconstruct build", | ||
"format": "turbo run format --continue", | ||
"format:fix": "turbo format:fix --continue", | ||
"lint": "turbo lint --continue", | ||
"lint:fix": "turbo lint:fix --continue", | ||
"lint:ws": "pnpm dlx sherif@latest", | ||
"test": "turbo test", | ||
"test-run": "turbo test-run --continue", | ||
"test:setup": "docker compose -f docker-compose.test.yml --profile test up -d", | ||
"fix": "pnpm run lint:fix && pnpm run format:fix", | ||
"dev:db:start": "docker compose -f docker-compose.base.yml up db -d", | ||
"dev:db:stop": "docker compose -f docker-compose.base.yml down db", | ||
"dev:inbucket:start": "docker compose -f docker-compose.base.yml up inbucket -d", | ||
"dev:inbucket:stop": "docker compose -f docker-compose.base.yml down inbucket", | ||
"dev:setup": "pnpm install && pnpm run dev:db:start && pnpm run dev:inbucket:start && pnpm p:dev && pnpm --filter core migrate-dev", | ||
"dev:teardown": "docker compose -f docker-compose.base.yml down" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.17", | ||
"@babel/preset-env": "^7.22.15", | ||
"@babel/preset-react": "^7.22.15", | ||
"@babel/preset-typescript": "^7.22.15", | ||
"@changesets/cli": "^2.26.2", | ||
"@preconstruct/cli": "^2.8.4", | ||
"@pubpub/prettier-config": "workspace:*", | ||
"@turbo/gen": "^2.1.1", | ||
"concurrently": "^9.0.1", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^13.2.2", | ||
"pino-pretty": "^10.3.1", | ||
"prettier": "catalog:", | ||
"turbo": "^2.1.1" | ||
}, | ||
"lint-staged": { | ||
"*.{ts,tsx,js,jsx,scss,json,md}": [ | ||
"prettier --write" | ||
], | ||
"schema.prisma": [ | ||
"npx prisma format" | ||
] | ||
}, | ||
"preconstruct": { | ||
"packages": [ | ||
"packages/*" | ||
] | ||
}, | ||
"prettier": "@pubpub/prettier-config", | ||
"packageManager": "[email protected]", | ||
"prisma": { | ||
"schema": "core/prisma/schema.prisma" | ||
}, | ||
"pnpm": { | ||
"overrides": { | ||
"@radix-ui/react-dismissable-layer": "^1.0.5", | ||
"@radix-ui/react-focus-scope": "^1.0.4" | ||
} | ||
}, | ||
"name": "v7" | ||
} |