forked from giselles-ai/giselle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1 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
31
32
33
34
35
36
37
38
39
{
"name": "giselle-project",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "turbo build",
"build-sdk": "turbo build --filter '@giselle-sdk/*'",
"build-data-type": "turbo build --filter '@giselle-sdk/data-type'",
"check-types": "turbo check-types",
"format": "biome check --write .",
"clean": "turbo clean",
"dev": "turbo dev --filter playground",
"dev:studio.giselles.ai": "NODE_NO_WARNINGS=1 turbo dev --filter studio.giselles.ai",
"changeset": "changeset",
"version": "changeset version",
"test": "turbo test",
"tidy": "knip --no-config-hints",
"strip-workspace": "pnpm -F strip-workspace strip-workspace",
"prevd": "pnpm i && pnpm build-sdk",
"vd": "vercel dev"
},
"devDependencies": {
"@biomejs/biome": "catalog:",
"@changesets/cli": "^2.28.1",
"@types/node": "catalog:",
"knip": "^5.61.3",
"turbo": "2.4.2",
"typescript": "catalog:"
},
"packageManager": "pnpm@10.16.0",
"engines": {
"node": ">=22"
},
"pnpm": {
"overrides": {
"vite": "7.1.3"
}
}
}