-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.56 KB
/
package.json
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
{
"name": "www-v2",
"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.17.4",
"@algolia/autocomplete-preset-algolia": "^1.17.4",
"@astrojs/check": "^0.9.4",
"@astrojs/db": "^0.14.0-beta.2",
"@astrojs/mdx": "^4.0.0-beta.3",
"@astrojs/netlify": "^6.0.0-beta.1",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.9",
"@clerk/astro": "^1.3.6",
"@clerk/backend": "^1.8.1",
"@clerk/clerk-sdk-node": "^5.0.14",
"@mux/mux-node": "^9.0.1",
"@mux/mux-player": "^3.0.0",
"@mux/mux-player-react": "^3.0.0",
"@mux/videojs-kit": "^0.12.0",
"@netlify/functions": "^2.8.2",
"@sanity/client": "^6.21.2",
"@tka85/dotenvenc": "^5.3.0",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@unpic/astro": "^0.0.47",
"algoliasearch": "^5.6.1",
"astro": "^5.0.0-beta.8",
"cdn-cache-control": "^1.1.0",
"cloudinary": "^2.4.0",
"date-fns": "^4.1.0",
"groq": "^3.53.0",
"inngest": "^3.22.13",
"lite-youtube-embed": "^0.3.3",
"marked": "^15.0.0",
"mdx-bundler": "^10.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanitize-html": "^2.13.0",
"stripe": "^17.1.0",
"typescript": "^5.5.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/sanitize-html": "^2.13.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
}
}