-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.24 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.24 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
37
38
39
40
41
{
"name": "focus-trap-monorepo",
"packageManager": "yarn@3.6.1",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"g:build": "yarn workspaces foreach -p --topological-dev -v run build",
"g:changeset": "changeset",
"g:release": "yarn g:build && changeset publish",
"g:typecheck": "yarn workspaces foreach -ptv run typecheck",
"postinstall": "is-ci || husky install",
"deps:check": "yarn dlx npm-check-updates@latest --deep",
"deps:update": "yarn dlx npm-check-updates@latest -u --deep",
"check:install": "yarn dlx @yarnpkg/doctor@3.1.4 .",
"update:repo": "yarn set version latest && yarn deps:update && yarn install && yarn dedupe --strategy highest"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.2",
"@changesets/cli": "2.29.8",
"concurrently": "9.2.1",
"cypress": "15.7.1",
"eslint": "9.39.1",
"husky": "9.1.7",
"is-ci": "4.1.0",
"lint-staged": "16.2.7",
"prettier": "3.7.4",
"rimraf": "6.1.2",
"true-myth": "^6.2.0",
"turbo": "^1.10.7",
"type-fest": "^4.0.0",
"typescript": "5.9.3"
},
"author": {
"name": "Davide Modica",
"email": "davidevmod@gmail.com",
"url": "https://github.com/DaviDevMod"
}
}