-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.69 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.69 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"private": true,
"license": "MIT",
"scripts": {
"app": "pnpm --filter=@just-web/app",
"browser": "pnpm --filter=@just-web/browser",
"browser-i18n": "pnpm --filter=@just-web/browser-i18n",
"browser-keyboard": "pnpm --filter=@just-web/browser-keyboard",
"browser-preferences": "pnpm --filter=@just-web/browser-preferences",
"build": "turbo run build",
"check": "biome check .",
"check:fix": "biome check --write .",
"clean": "turbo run clean",
"commands": "pnpm --filter=@just-web/commands",
"cov": "vitest run --coverage",
"cs": "changeset",
"dev": "turbo run dev --parallel",
"errors": "pnpm --filter=@just-web/errors",
"events": "pnpm --filter=@just-web/events",
"ex-browser": "pnpm --filter=./examples/browser",
"formatjs": "pnpm --filter=@just-web/formatjs",
"framework": "pnpm --filter=@just-web/framework",
"history": "pnpm --filter=@just-web/history",
"i18n": "pnpm --filter=@just-web/i18n",
"id": "pnpm --filter=@just-web/id",
"just-fetch": "pnpm --filter=@just-web/fetch",
"keyboard": "pnpm --filter=@just-web/keyboard",
"knip": "knip",
"log": "pnpm --filter=@just-web/log",
"ncu": "ncu",
"nuke": "turbo run nuke && pnpm nuke:local",
"nuke:local": "rimraf node_modules || true",
"os": "pnpm --filter=@just-web/os",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"platform": "pnpm --filter=@just-web/platform",
"preferences": "pnpm --filter=@just-web/preferences",
"prepare": "husky install",
"presets-browser": "pnpm --filter=@just-web/presets-browser",
"release": "changeset publish",
"repo-scripts": "pnpm --filter=@just-web/repo-scripts",
"routes": "pnpm --filter=@just-web/routes",
"size": "turbo run size",
"states": "pnpm --filter=@just-web/states",
"test": "turbo run test",
"testing": "pnpm --filter=@just-web/testing",
"types": "pnpm --filter=@just-web/types",
"verify": "run-p check knip verify:pkg",
"verify:pkg": "turbo run build coverage size",
"version": "changeset version && pnpm install",
"watch": "vitest"
},
"devDependencies": {
"@biomejs/biome": "2.3.11",
"@changesets/assemble-release-plan": "^6.0.0",
"@changesets/cli": "^2.29.8",
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.3.1",
"@repobuddy/biome": "^2.2.0",
"@types/node": "^25.0.6",
"@vitest/coverage-v8": "^4.0.15",
"eslint": "^9.0.0",
"eslint-plugin-harmony": "^7.1.2",
"eslint-plugin-yml": "~1.19.1",
"husky": "^9.0.0",
"knip": "^5.79.0",
"npm-check-updates": "^19.3.1",
"npm-run-all2": "^6.0.0",
"pinst": "^3.0.0",
"playwright": "^1.57.0",
"plop": "^4.0.0",
"rimraf": "~6.1.2",
"turbo": "^2.7.1",
"typescript": "^5.9.3",
"vitest": "^4.0.15"
},
"packageManager": "pnpm@11.1.3"
}