-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 802 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 802 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
{
"name": "stylesheet-ui-monorepo",
"private": true,
"version": "0.0.13",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"dev": "npm run start --workspace docs-app",
"dev:mcp": "cross-env EXPO_UNSTABLE_MCP_SERVER=1 npm run start --workspace docs-app",
"ios": "npm run ios --workspace docs-app",
"web": "npm run web --workspace docs-app",
"cli:build": "npm run build --workspace stylesheet-ui",
"cli:dev": "npm run dev --workspace stylesheet-ui",
"registry:sync": "npm run sync --workspace stylesheet-ui",
"typecheck": "npm run typecheck --workspaces --if-present",
"release": "node scripts/release.mjs"
},
"overrides": {
"postcss": "8.5.14"
},
"devDependencies": {
"cross-env": "^10.1.0",
"typescript": "~5.9.2"
}
}