-
Notifications
You must be signed in to change notification settings - Fork 149
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.05 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.05 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
{
"name": "mui-treasury-monorepo",
"private": true,
"packageManager": "pnpm@10.11.0",
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"lint": "turbo lint",
"typecheck": "turbo typecheck",
"dev:cli": "pnpm --filter mui-treasury dev:cli --",
"changeset": "changeset",
"release": "node scripts/release.mjs",
"test:visual": "pnpm --filter e2e exec playwright test --project=visual",
"test:visual:build": "VISUAL_BUILD=1 pnpm --filter registry build && pnpm --filter e2e exec playwright test --project=visual",
"sync:og": "tsx scripts/sync-og.ts"
},
"devDependencies": {
"@changesets/changelog-github": "0.6.0",
"@changesets/cli": "2.30.0",
"@resvg/resvg-js": "2.6.2",
"@trivago/prettier-plugin-sort-imports": "6.0.2",
"@types/react": "19.1.2",
"prettier": "3.8.1",
"react": "19.2.1",
"satori": "0.26.0",
"sharp": "0.34.5",
"tsx": "4.19.4",
"turbo": "^2.9.4"
},
"pnpm": {
"overrides": {
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2"
}
}
}