forked from codetv-dev/codetv.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.71 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
62
63
{
"name": "@codetv/website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"upgrade": "npx @astrojs/upgrade beta",
"dev:inngest": "npx inngest-cli@latest dev -u http://localhost:4321/api/inngest"
},
"dependencies": {
"@algolia/autocomplete-core": "^1.19.2",
"@algolia/autocomplete-preset-algolia": "^1.19.2",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.0",
"@astrojs/netlify": "^6.4.1",
"@astrojs/react": "^4.3.0",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.4.1",
"@clerk/astro": "^2.10.3",
"@clerk/backend": "^2.4.1",
"@clerk/clerk-js": "^5.71.0",
"@clerk/themes": "^2.2.55",
"@mux/mux-node": "^12.1.0",
"@mux/mux-player": "^3.5.1",
"@mux/mux-player-react": "^3.5.1",
"@mux/videojs-kit": "^0.12.0",
"@netlify/functions": "^4.1.10",
"@sanity/client": "^7.6.0",
"@tka85/dotenvenc": "^5.4.2",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@unpic/astro": "^1.0.0",
"algoliasearch": "^5.32.0",
"astro": "^5.11.0",
"astro-expressive-code": "^0.41.3",
"cdn-cache-control": "^1.3.1",
"cloudinary": "^2.7.0",
"date-fns": "^4.1.0",
"groq": "^3.99.0",
"inngest": "^3.40.1",
"jsonwebtoken": "^9.0.2",
"lite-youtube-embed": "^0.3.3",
"marked": "^16.0.0",
"mdx-bundler": "^10.1.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"sanitize-html": "^2.17.0",
"stripe": "^18.3.0",
"typescript": "^5.8.3",
"zod": "^4.0.5"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.10",
"@types/sanitize-html": "^2.16.0",
"netlify-plugin-inngest": "^1.0.1",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1"
}
}