this repo has no description
1{
2 "name": "create-t3-turbo",
3 "private": true,
4 "engines": {
5 "node": ">=v18.16.0"
6 },
7 "packageManager": "pnpm@8.1.1",
8 "scripts": {
9 "build": "turbo build",
10 "clean": "git clean -xdf node_modules",
11 "clean:workspaces": "turbo clean",
12 "db:generate": "turbo db:generate",
13 "db:push": "turbo db:push db:generate",
14 "dev:both": "turbo dev --parallel",
15 "dev": "cd apps/expo && pnpm dev",
16 "dev:expo": "cd apps/expo && pnpm dev:expo",
17 "dev:next": "cd apps/nextjs && pnpm dev",
18 "format": "prettier --write \"**/*.{js,cjs,mjs,ts,tsx,md,json}\" --ignore-path .gitignore",
19 "lint": "turbo lint && manypkg check",
20 "lint:fix": "turbo lint:fix && manypkg fix",
21 "type-check": "turbo type-check"
22 },
23 "dependencies": {
24 "@graysky/eslint-config": "^0.1.0",
25 "@ianvs/prettier-plugin-sort-imports": "^3.7.2",
26 "@manypkg/cli": "^0.20.0",
27 "@types/prettier": "^2.7.2",
28 "eslint": "^8.39.0",
29 "prettier": "^2.8.7",
30 "prettier-plugin-tailwindcss": "^0.2.7",
31 "turbo": "^1.9.3",
32 "typescript": "^5.0.4"
33 }
34}