-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 856 Bytes
/
package.json
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
31
32
{
"name": "mupin.dev",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier -w -c \"**/*.{ts,tsx,md,mdx,js,jsx,json,yaml,yml,html,css,scss,sass}\"",
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@mupin.dev/eslint-config": "workspace:*",
"@mupin.dev/typescript-config": "workspace:*",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.14",
"turbo": "^1.13.4"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
},
"lint-staged": {
"**/*.{ts,tsx,md,mdx,js,jsx,json,yaml,yml,html,css,scss,sass,astro}": "prettier -w"
},
"dependencies": {
"vercel": "^34.2.7"
}
}