-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.84 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.84 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "superfluid-pro",
"version": "0.0.1",
"private": true,
"description": "The monorepo for Superfluid Pro suite of products",
"keywords": [],
"license": "ISC",
"author": "",
"scripts": {
"build": "turbo build",
"changeset": "changeset",
"changeset:publish": "pnpm build --filter=@sfpro/sdk && changeset publish --access public",
"changeset:version": "changeset version",
"check": "biome check --write .",
"check:ci": "biome check --write --no-errors-on-unmatched .",
"dev": "turbo dev --parallel --filter=website --filter=@sfpro/sdk-docs --filter=@sfpro/mcp-docs",
"format": "biome format --write .",
"prepare": "husky",
"typecheck": "turbo typecheck",
"clean:node_modules": "rimraf **/node_modules"
},
"lint-staged": {
"*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}": [
"biome check --write --no-errors-on-unmatched --files-ignore-unknown=true"
],
"*": [
"biome check --write --no-errors-on-unmatched --files-ignore-unknown=true"
]
},
"devDependencies": {
"@biomejs/biome": "2.3.8",
"@changesets/cli": "^2.29.8",
"@commitlint/cli": "^20.4.0",
"@commitlint/config-conventional": "^20.4.0",
"@commitlint/types": "^20.4.0",
"@playwright/test": "^1.58.1",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"rimraf": "^6.1.2",
"turbo": "^2.8.1"
},
"packageManager": "pnpm@10.6.2",
"overrides": {
"ansi-regex": "6.2.0",
"ansi-styles": "6.2.1",
"backslash": "0.2.0",
"chalk": "5.6.0",
"chalk-template": "1.1.0",
"color-convert": "3.1.0",
"color-name": "2.0.0",
"color-string": "2.1.0",
"debug": "4.4.1",
"error-ex": "1.3.2",
"has-ansi": "6.0.0",
"is-arrayish": "0.3.2",
"proto-tinker-wc": "1.8.6",
"simple-swizzle": "0.2.2",
"slice-ansi": "7.1.0",
"strip-ansi": "7.1.0",
"supports-color": "10.2.0",
"supports-hyperlinks": "4.1.0",
"wrap-ansi": "9.0.0",
"react": "19"
}
}