-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.38 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
34
35
36
37
38
39
40
41
42
43
{
"name": "column-resizer-monorepo",
"version": "1.3.1",
"description": "An intuitive React component set for multi-column resizing",
"license": "MIT",
"private": true,
"repository": "github:Runjuu/column-resizer",
"bugs": "https://github.com/Runjuu/column-resizer/issues",
"homepage": "https://github.com/Runjuu/column-resizer#readme",
"author": "Runjuu",
"scripts": {
"build": "turbo run build",
"build:pkgs": "turbo run build --filter=!@column-resizer/docs",
"build:release": "turbo run build:release --force",
"bump-version": "bumpp package.json packages/*/package.json",
"clean": "turbo run clean",
"format": "biome check --write",
"lint": "turbo run lint",
"prepare": "lefthook install",
"release": "run-s build:release bump-version",
"test": "turbo run test",
"test:bundle": "pnpm run -r test:bundle"
},
"packageManager": "[email protected]",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@swc/core": "^1.10.1",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"bumpp": "^9.9.1",
"cross-env": "^7.0.3",
"format-package": "^7.0.0",
"lefthook": "^1.9.2",
"npm-run-all": "^4.1.5",
"prettier": "3.4.2",
"tslib": "^2.8.1",
"tsup": "^8.3.5",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
}
}