-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 832 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 832 Bytes
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
{
"name": "nextjs-travel",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md,mdx}\"",
"check-dependencies": "sherif",
"bump-deps": "npx npm-check-updates --deep -u -x geist && pnpm install",
"bump-ui": "pnpm dlx shadcn@canary add --all --overwrite -c packages/design-system",
"clean": "git clean -xdf node_modules"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@workspace/eslint-config": "workspace:*",
"eslint": "^9.25.0",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"sherif": "^1.5.0",
"turbo": "^2.5.0",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@10.4.0",
"engines": {
"node": ">=22"
}
}