-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.83 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.83 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "interledger-website",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@10.27.0",
"scripts": {
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"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 .",
"sync:sessionize": "tsx ./scripts/sync-sessionize.ts"
},
"dependencies": {
"@astro-community/astro-embed-vimeo": "^0.3.12",
"@astro-community/astro-embed-youtube": "^0.5.10",
"@astrojs/mdx": "^5.0.0",
"@astrojs/netlify": "^7.0.1",
"@astrojs/sitemap": "^3.7.1",
"@astrojs/starlight": "^0.38.0",
"@interledger/docs-design-system": "^0.11.2",
"@tailwindcss/vite": "^4.2.1",
"@types/showdown": "^2.0.6",
"astro": "^6.0.2",
"dotenv": "^17.2.4",
"gray-matter": "^4.0.3",
"html-to-text": "^9.0.5",
"markdown-it": "^14.1.0",
"marked": "^17.0.4",
"node-html-parser": "^7.1.0",
"sharp": "^0.34.5",
"showdown": "^2.1.0",
"starlight-fullview-mode": "^0.2.6",
"starlight-links-validator": "^0.20.0",
"tailwindcss": "^4.2.1",
"turndown": "^7.2.2",
"zod": "^4.3.6"
},
"pnpm": {
"overrides": {
"@strapi/design-system": "2.2.0",
"@strapi/icons": "2.2.0",
"prettier": "3.8.1"
}
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/markdown-it": "^14.1.2",
"@typescript-eslint/parser": "^8.57.0",
"astro-eslint-parser": "^1.3.0",
"eslint": "^10.0.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.6.0",
"globals": "^17.4.0",
"prettier": "3.8.1",
"prettier-plugin-astro": "0.14.1",
"tsx": "^4.21.0",
"typescript-eslint": "^8.57.0"
}
}