-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.85 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
46
47
48
49
50
{
"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",
"get-translations": "crowdin pull -b main -l de -l es-ES -l fr -l hi -l id -l ja -l ko -l nl -l pl -l pt-BR -l ro -l ru -l zh-CN",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"link-check-offline": "lychee --config ./lychee.toml --offline --root-dir \"$(pwd)/dist/\" --remap \"all-contributors.github.io $(pwd)/dist/\" 'dist/**/*.html'",
"link-check": "lychee --config ./lychee.toml --root-dir \"$(pwd)/dist/\" --remap \"all-contributors.github.io $(pwd)/dist/\" 'dist/**/*.html'",
"lint": "markdownlint **/*.{md,mdx}",
"lint-fix": "markdownlint --fix **/*.{md,mdx}"
},
"dependencies": {
"@astrojs/markdown-remark": "^7.2.1",
"@astrojs/sitemap": "^3.5.1",
"@astrojs/starlight": "^0.41.0",
"@fontsource-variable/atkinson-hyperlegible-next": "^5.2.4",
"@fontsource-variable/jetbrains-mono": "^5.2.6",
"astro": "^7.0.2",
"astro-contributors": "^0.9.0",
"sharp": "^0.35.3",
"starlight-heading-badges": "^0.8.0",
"starlight-image-zoom": "^0.15.0",
"starlight-links-validator": "^0.25.2",
"starlight-theme-flexoki": "^0.2.2",
"tailwindcss": "^4.1.13",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"@crowdin/cli": "^4.14.2",
"cz-conventional-changelog": "^3.3.0",
"git-cz": "^4.9.0",
"markdownlint-cli": "^0.49.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}