-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.39 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@gracefullight/docusaurus-plugins",
"version": "0.2.2",
"private": true,
"repository": "https://github.com/gracefullight/docusaurus-plugins",
"author": {
"name": "gracefullight",
"email": "[email protected]"
},
"scripts": {
"build": "turbo run build",
"cmd": "node -r @swc-node/register scripts/index.ts",
"dev": "turbo run dev --parallel",
"format": "biome format --write .",
"lint": "oxlint -c=./config/oxlint.json --fix --fix-suggestions --fix-dangerously",
"prepare": "husky install",
"publish-packages": "turbo run build lint && changeset version && changeset publish",
"sort-package-json": "sort-package-json \"package.json\" \"packages/*/package.json\""
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@changesets/cli": "^2.27.9",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/types": "^19.5.0",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.7.42",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.13",
"clipanion": "4.0.0-rc.4",
"devmoji": "^2.3.0",
"fs-extra": "^11.2.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"lodash": "^4.17.21",
"oxlint": "^0.10.3",
"sort-package-json": "^2.10.1",
"tsup": "^8.3.5",
"turbo": "^2.2.3"
},
"packageManager": "[email protected]",
"engines": {
"node": "20"
}
}