-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 764 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 764 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
{
"name": "appshell",
"private": true,
"scripts": {
"build": "pnpm --filter @appshell-react/docs build",
"dev": "pnpm --filter @appshell-react/docs dev",
"dev:all": "npx turbo run dev",
"lint": "npx turbo run lint",
"test": "npx turbo run test",
"test:e2e": "npx turbo run test:e2e",
"typecheck": "npx turbo run typecheck",
"clean": "npx turbo run clean && rm -rf node_modules",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "pnpm --filter appshell-react build && changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8",
"turbo": "^2.5.0",
"typescript": "^5.7.3"
},
"packageManager": "pnpm@9.15.0"
}