forked from WICG/webmonetization
-
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) · 730 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 730 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
{
"license": "Apache-2.0",
"type": "module",
"scripts": {
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.1.5",
"@astrojs/starlight": "^0.31.1",
"@interledger/docs-design-system": "^0.6.1",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"astro": "5.1.7",
"astro-i18next": "^1.0.0-beta.21",
"prettier": "^3.4.2",
"prism-react-renderer": "^2.4.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-minimal-pie-chart": "^9.1.0",
"remark-mermaidjs": "^7.0.0",
"respec": "^35.2.2",
"sharp": "^0.33.5",
"starlight-links-validator": "^0.14.1"
}
}