-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 840 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 840 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
{
"name": "@proot/root",
"version": "1.0.0",
"description": "Sandbox for StyleX integration in monorepo",
"scripts": {
"test": "pnpm recursive run test",
"lint": "oxlint",
"format": "biome format"
},
"keywords": [],
"author": "",
"license": "ISC",
"lint-staged": {
"**/*.{js,mjs,cjs,jsx,ts,mts,cts,tsx,vue,astro,svelte}": "pnpm lint"
},
"packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b",
"devDependencies": {
"@biomejs/biome": "^2.2.2",
"oxlint": "^1.13.0",
"rimraf": "^6.0.1"
},
"dependencies": {
"@stylexjs/babel-plugin": "catalog:",
"@stylexjs/open-props": "catalog:",
"@stylexjs/postcss-plugin": "catalog:",
"@stylexjs/stylex": "catalog:"
}
}