-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
27 lines (27 loc) · 893 Bytes
/
package.json
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": "nx.js",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "turbo run build",
"docs": "turbo watch docs",
"nro": "turbo run nro",
"bundle": "turbo run bundle",
"format": "biome format --write apps packages docs",
"test": "turbo run test",
"ci:version": "changeset version && node .github/scripts/cleanup-examples.mjs && pnpm install --no-frozen-lockfile",
"ci:publish": "pnpm publish -r && node .github/scripts/create-git-tag.mjs"
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@changesets/cli": "^2.27.1",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"turbo": "^2.0.4",
"typedoc": "^0.26.10",
"typedoc-plugin-frontmatter": "^1.0.0",
"typedoc-plugin-markdown": "^4.1.0",
"typedoc-plugin-mdn-links": "^3.1.6",
"typescript": "^5.6.3",
"yauzl": "^2.10.0"
}
}