-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
70 lines (70 loc) · 1.88 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@stylexswc/stylexswc",
"version": "0.6.6-rc.2",
"private": true,
"scripts": {
"build": "turbo run build",
"clean": "turbo clean",
"dev": "turbo dev",
"docs": "scripty --rust",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"format:check": "turbo run format:check --continue",
"lint": "turbo lint --continue",
"lint:check": "turbo run lint:check",
"prepare": "husky",
"test": "turbo run test --continue",
"typecheck": "turbo run typecheck --continue"
},
"config": {
"scripty": {
"path": "./scripts/packages"
}
},
"dependencies": {
"scripty": "^2.1.1"
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@commitlint/cli": "^19.3.0",
"@stylexswc/eslint-config": "workspace:*",
"@stylexswc/typescript-config": "workspace:*",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"del-cli": "^5.1.0",
"eslint": "^8.57.0",
"husky": "^9.1.2",
"lint-staged": "^15.2.7",
"prettier": "^3.2.5",
"shellcheck": "^3.0.0",
"syncpack": "^12.4.0",
"turbo": "^2.0.9",
"typescript": "^5.5.4"
},
"repository": {
"type": "git",
"url": "https://github.com/dwlad90/stylex-swc-plugin"
},
"engines": {
"node": ">=22.13.0"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"webpack@<5.0.0": "^5.0.0",
"@types/webpack@<5.0.0": "^5.0.0",
"micromatch@<4.0.8": "^4.0.8",
"cross-spawn@<6.0.6": "^6.0.6",
"cross-spawn@>=7.0.0 <7.0.5": "^7.0.5",
"path-to-regexp@<0.1.12": "^0.1.12",
"nanoid@<3.3.8": "^3.3.8",
"lexical-core@<1.0.0": "^1.0.0",
"lexical@<=6.1.1": "^6.1.1",
"@farmfe/runtime@<=0.12.8": "^0.12.10",
"koa@>=2.0.0 <2.15.4": "^2.15.4",
"esbuild@<=0.24.2": "^0.25.0"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}