-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
63 lines (63 loc) · 1.63 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
{
"name": "@stylexswc/stylexswc",
"version": "0.6.0",
"private": true,
"scripts": {
"build": "pnpm run -r build",
"clean": "turbo clean",
"dev": "turbo dev",
"docs": "scripty --rust",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"format:check": "pnpm run -r format:check",
"lint": "turbo lint",
"lint:check": "pnpm run -r lint:check",
"prepare": "husky",
"test": "pnpm run --filter=\"!@stylexswc/rs-compiler\" test"
},
"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": ">=20.17.0"
},
"packageManager": "pnpm@9.9.0",
"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"
}
}
}