forked from all-contributors/allcontributors.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.38 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.38 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
{
"name": "all-contributors",
"description": "✨ Recognize all contributors, not just the ones who push code ✨",
"version": "0.0.0-semantically-released",
"bin": "index.js",
"main": "index.js",
"repository": "git@github.com:all-contributors/all-contributors.git",
"author": "All Contributors (https://allcontributors.org)",
"license": "MIT",
"scripts": {
"commit": "git-cz",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"link-check-md": "lychee src/content/docs/**/*.md --root-dir $(pwd)/public",
"link-check-md-offline": "lychee src/content/docs/**/*.md --root-dir $(pwd)/public --offline",
"lint": "markdownlint **/*.{md,mdx} --ignore node_modules",
"lint-fix": "markdownlint **/*.{md,mdx} --ignore node_modules --fix"
},
"dependencies": {
"@astrojs/sitemap": "^3.5.1",
"@astrojs/starlight": "^0.35.2",
"@astrojs/starlight-tailwind": "^4.0.1",
"@tailwindcss/vite": "^4.1.13",
"astro": "^5.6.1",
"sharp": "^0.34.2",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"sass-embedded": "^1.92.1",
"tailwindcss": "^4.1.13"
},
"devDependencies": {
"cz-conventional-changelog": "^3.3.0",
"git-cz": "^4.9.0",
"markdownlint-cli": "^0.45.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}