-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
41 lines (41 loc) · 1.24 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
{
"name": "guild-website-monorepo",
"license": "MIT",
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": ">=22",
"pnpm": ">=9"
},
"scripts": {
"ci:lint": "pnpm lint --output-file eslint_report.json --format json",
"lint": "eslint --cache --ignore-path .gitignore .",
"prettier": "pnpm prettier:check --write",
"prettier:check": "prettier --cache --check ."
},
"devDependencies": {
"@theguild/eslint-config": "0.12.1",
"@theguild/prettier-config": "2.0.7",
"@vue/compiler-sfc": "^3.3.4",
"eslint": "8.57.1",
"eslint-plugin-mdx": "3.1.5",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.4.1",
"pretty-quick": "4.0.0",
"remark-frontmatter": "5.0.0",
"remark-lint-chicago-heading": "workspace:*",
"remark-lint-no-dot-at-end-of-heading": "workspace:*",
"remark-lint-no-full-bold-heading": "workspace:*",
"remark-lint-no-multiple-toplevel-headings": "3.1.2",
"remark-preset-lint-consistent": "5.1.2",
"remark-preset-lint-markdown-style-guide": "5.1.3",
"remark-preset-lint-recommended": "6.1.3",
"remark-preset-prettier": "2.0.1",
"typescript": "5.6.2"
},
"pnpm": {
"overrides": {
"hast-util-to-estree": "^3.0.0"
}
}
}