-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.02 KB
/
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
33
{
"name": "sp-hooks",
"private": true,
"scripts": {
"build": "turbo run build",
"build:packages": "turbo run build --filter=./packages/*",
"clean": "git clean -xdf node_modules",
"clean:workspaces": "turbo clean",
"dev": "turbo run dev",
"format": "prettier --write \"**/*.{js,cjs,mjs,ts,tsx,md,json}\" --ignore-path .gitignore",
"release": "pnpm build:packages && changeset publish",
"lint": "turbo run lint",
"lint:fix": "turbo lint:fix && manypkg fix",
"version": "changeset version"
},
"dependencies": {
"@changesets/cli": "^2.27.1",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@manypkg/cli": "^0.21.3",
"@sp-hooks/eslint-config": "workspace:*",
"@sp-hooks/prettier-config": "workspace:*",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"turbo": "^1.13.0",
"typescript": "^5.4.3"
},
"packageManager": "pnpm@8.10.2",
"engines": {
"node": ">=v18.17.0"
},
"prettier": "@sp-hooks/prettier-config"
}