forked from kane50613/takumi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1012 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1012 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
36
37
38
39
40
{
"name": "takumi",
"devDependencies": {
"@biomejs/biome": "^2.4.4",
"@changesets/cli": "^2.29.8",
"@takumi-rs/core": "workspace:*",
"lefthook": "^2.1.1",
"typescript": "catalog:"
},
"catalog": {
"@types/bun": "^1.3.9",
"@types/node": "^25.3.2",
"@types/react": "19.2.14",
"@types/react-dom": "^19.2.3",
"lucide-react": "^0.575.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^6.1.1"
},
"private": true,
"scripts": {
"lint": "biome ci .",
"lint:fix": "biome check --write --unsafe .",
"version": "changeset version && bun --filter '*' version",
"release": "changeset publish && bun --filter '*' release",
"postinstall": "lefthook install && biome migrate --write"
},
"workspaces": [
"takumi",
"takumi-helpers",
"takumi-napi-core",
"takumi-wasm",
"takumi-image-response",
"takumi-template",
"docs",
"example/*"
]
}