-
Notifications
You must be signed in to change notification settings - Fork 166
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.45 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
{
"license": "Apache-2.0",
"type": "module",
"scripts": {
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format:spec": "tidy -config tidyconfig.txt -m specification/index.html",
"format": "prettier --write '**/*.{js,mjs,ts,tsx,json,md,mdx,astro}' && eslint --max-warnings=0 --fix .",
"lint": "prettier --check '**/*.{js,mjs,ts,tsx,json,md,mdx,astro}' && eslint --max-warnings=0 ."
},
"dependencies": {
"@astrojs/check": "^0.9.10",
"@astrojs/markdown-remark": "^7.3.0",
"@astrojs/starlight": "^0.42.0",
"@interledger/docs-design-system": "^0.14.2",
"astro": "~7.2.10",
"respec": "^37.3.5",
"sharp": "^0.35.4",
"starlight-fullview-mode": "^0.2.6",
"starlight-links-validator": "^0.26.0",
"starlight-llms-txt": "^0.11.0",
"typescript": "^6.0.3"
},
"optionalDependencies": {
"@pagefind/linux-x64": "1.4.0",
"@rollup/rollup-linux-x64-gnu": "4.53.3"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@typescript-eslint/parser": "^8.69.0",
"astro-eslint-parser": "^3.1.0",
"eslint": "^10.9.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"globals": "^17.11.0",
"prettier": "^3.9.6",
"prettier-plugin-astro": "0.14.1",
"typescript-eslint": "^8.69.0"
},
"overrides": {
"eslint-plugin-jsx-a11y": {
"eslint": "$eslint"
}
}
}