-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.44 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
{
"name": "netflix-style-astro-app",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@algolia/autocomplete-core": "^1.17.4",
"@algolia/autocomplete-preset-algolia": "^1.17.4",
"@astrojs/check": "^0.9.3",
"@astrojs/db": "^0.14.0-beta.1",
"@astrojs/mdx": "^4.0.0-beta.1",
"@astrojs/netlify": "^6.0.0-beta.0",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.7",
"@clerk/astro": "^1.3.6",
"@clerk/backend": "^1.8.1",
"@clerk/clerk-sdk-node": "^5.0.14",
"@mux/mux-node": "^8.8.0",
"@mux/mux-player": "^2.8.0",
"@mux/mux-player-react": "^2.6.0",
"@mux/videojs-kit": "^0.12.0",
"@sanity/client": "^6.21.2",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@unpic/astro": "^0.0.46",
"algoliasearch": "^5.6.1",
"astro": "^5.0.0-beta.2",
"cloudinary": "^2.4.0",
"date-fns": "^3.6.0",
"groq": "^3.53.0",
"lite-youtube-embed": "^0.3.3",
"marked": "^14.0.0",
"mdx-bundler": "^10.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanitize-html": "^2.13.0",
"stripe": "^16.2.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"
}
}