-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 989 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 989 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
31
32
33
34
35
{
"name": "squircle-js",
"private": true,
"engines": {
"node": ">=20.15.0"
},
"packageManager": "pnpm@9.6.0",
"scripts": {
"build": "turbo run build",
"clean": "git clean -xdf node_modules",
"clean:workspaces": "turbo run clean",
"dev": "turbo watch dev",
"dev:next": "turbo watch dev -F @squircle-js/nextjs...",
"lint:ws": "pnpm dlx sherif@latest",
"postinstall": "pnpm lint:ws",
"test": "turbo run test",
"typecheck": "turbo run typecheck",
"ui-add": "turbo run ui-add",
"changeset:version": "changeset version",
"changeset:release": "pnpm build && changeset publish",
"knip": "knip",
"check": "ultracite check",
"fix": "ultracite fix"
},
"devDependencies": {
"@biomejs/biome": "2.3.14",
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8",
"@turbo/gen": "^2.8.2",
"knip": "^5.83.0",
"turbo": "^2.8.2",
"typescript": "catalog:",
"ultracite": "7.1.3"
}
}