forked from clerk/clerk-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 848 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 848 Bytes
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
{
"name": "clerk-docs-2023",
"version": "0.1.0",
"private": true,
"scripts": {
"lint": "concurrently \"npm:lint:*\"",
"format": "prettier . --write",
"lint:check-links": "node ./scripts/check-links.mjs",
"lint:formatting": "prettier . --check",
"lint:check-quickstarts": "node ./scripts/check-quickstarts.mjs",
"lint:check-frontmatter": "node ./scripts/check-frontmatter.mjs"
},
"devDependencies": {
"concurrently": "^8.2.2",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-nginx": "^1.0.3",
"prettier-plugin-svelte": "^3.2.6",
"readdirp": "^3.6.0",
"remark": "^15.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-mdx": "^3.0.1",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.1",
"vfile-reporter": "^8.0.0"
}
}