-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 846 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 846 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
29
30
31
32
33
{
"name": "open-source-pledge",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/rss": "^4.0.12",
"@octokit/rest": "^22.0.0",
"@portabletext/to-html": "^3.0.0",
"@portabletext/toolkit": "^3.0.1",
"@resvg/resvg-js": "^2.6.2",
"@sanity/astro": "^3.2.10",
"@sanity/client": "^7.11.0",
"@sanity/image-url": "^1.2.0",
"astro": "^5.13.5",
"astro-portabletext": "^0.11.2",
"cheerio": "^1.1.2",
"dayjs": "^1.11.18",
"node-fetch": "^3.3.2",
"react": "^19.1.1",
"sanity": "^4.6.1",
"styled-components": "^6.1.19",
"tsx": "^4.20.5",
"typescript": "^5.9.2"
}
}