forked from clerk/clerk-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 931 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
28
29
30
{
"name": "clerk-docs-2023",
"version": "0.1.0",
"private": true,
"scripts": {
"lint": "npm run lint:check-links",
"vale": "./node_modules/@vvago/vale/bin/vale",
"format": "eslint --fix .",
"lint:check-links": "node ./scripts/check-links.mjs",
"lint:prose": "npm run vale -- docs/ --no-wrap",
"lint:mdx": "eslint docs/ --ext .mdx"
},
"devDependencies": {
"@vvago/vale": "^2.30.0",
"eslint": "^8.55.0",
"eslint-plugin-mdx": "^2.2.0",
"readdirp": "^3.6.0",
"remark": "^14.0.3",
"remark-frontmatter": "^5.0.0",
"remark-lint-frontmatter-schema": "^3.15.4",
"remark-mdx": "^2.3.0",
"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",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.1",
"vfile-reporter": "^8.0.0"
}
}