-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.02 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.02 KB
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": "overflow-ui",
"scripts": {
"lint": "pnpm -r lint",
"lint:fix": "pnpm -r lint:fix",
"format": "prettier --check \"**/*.+(ts|css|tsx|json)\"",
"format:fix": "prettier --write \"**/*.+(ts|css|tsx|json)\"",
"typecheck": "pnpm -r typecheck",
"file-lint": "pnpm dlx @ls-lint/ls-lint",
"prepare": "husky && pnpm -r prepare",
"ui": "pnpm -F ./packages/ui",
"tokens": "pnpm -F ./packages/tokens",
"website": "pnpm -F ./packages/website"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.0",
"@eslint/js": "^9.22.0",
"@types/node": "^22.13.10",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-n": "^17.17.0",
"globals": "^16.0.0",
"husky": "^9.1.7",
"prettier": "^3.5.3",
"remeda": "^2.21.2",
"tsx": "^4.19.3",
"typescript-eslint": "^8.26.1"
},
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f"
}