forked from gracefullight/docusaurus-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.22 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.22 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
{
"name": "@gracefullight/docusaurus-plugins",
"version": "0.1.0",
"author": {
"name": "gracefullight",
"email": "gracefullight.dev@gmail.com"
},
"repository": "https://github.com/gracefullight/docusaurus-plugins",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"engines": {
"node": "18"
},
"packageManager": "^pnpm@8.6.2",
"scripts": {
"prepare": "husky install",
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"publish-packages": "turbo run build lint && changeset version && changeset publish",
"cmd": "node -r @swc-node/register scripts/index.ts"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@swc-node/register": "^1.6.6",
"@swc/core": "^1.3.75",
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.196",
"clipanion": "3.2.1",
"devmoji": "^2.3.0",
"eslint-config-custom": "*",
"fs-extra": "^11.1.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"lodash": "^4.17.21",
"tsup": "^7.2.0",
"turbo": "^1.10.12"
}
}