-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 830 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 830 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
29
30
{
"name": "Routine",
"version": "1.0.0",
"description": "An opinionated collection of apps and packages for your Next.js monorepo project.",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"prettier": "npx prettier --write \"**/*.{ts,tsx}\"",
"prepare": "husky install"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@turbo/gen": "^1.11.3",
"eslint": "^8.56.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.2.1",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"turbo": "^1.11.3",
"typescript-config": "workspace:*"
},
"engines": {
"pnpm": ">=8"
},
"packageManager": "pnpm@8.6.10"
}