-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.04 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
{
"name": "my-podcast",
"type": "module",
"version": "0.0.1",
"private": true,
"description": "A podcast website built with Podcast Framework",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"sanity:dev": "sanity dev",
"sanity:build": "sanity build",
"sanity:deploy": "sanity deploy"
},
"dependencies": {
"@astrojs/cloudflare": "^12.6.10",
"@astrojs/node": "^9.5.0",
"@rejected-media/podcast-framework-core": "^0.1.1",
"@rejected-media/podcast-framework-sanity-schema": "^1.0.0",
"@sanity/client": "^7.12.0",
"@sanity/vision": "^4.10.3",
"@sentry/astro": "^10.20.0",
"@sentry/node": "^10.20.0",
"@tailwindcss/vite": "^4.1.14",
"astro": "^5.14.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"resend": "^4.8.0",
"sanity": "^4.10.2",
"styled-components": "^6.1.19",
"tailwindcss": "^4.1.14"
},
"devDependencies": {
"@astrojs/check": "^0.9.0",
"typescript": "^5.3.0"
}
}