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
74 lines (74 loc) · 2.13 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.13 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
64
65
66
67
68
69
70
71
72
73
74
{
"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",
"db:push": "dotenv drizzle-kit push",
"db:studio": "dotenv drizzle-kit studio",
"db:seed": "dotenv tsx ./src/db/seed.ts",
"db:generate": "dotenv drizzle-kit generate"
},
"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": "^4.2.0",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/vercel": "^8.0.6",
"@auth/core": "0.37.2",
"@clerk/astro": "^2.1.17",
"@clerk/backend": "^1.8.1",
"@clerk/clerk-sdk-node": "^5.0.14",
"@coursebuilder/adapter-drizzle": "^1.0.1",
"@coursebuilder/astro": "0.0.3",
"@coursebuilder/auth-astro": "4.2.0",
"@coursebuilder/core": "^1.0.1",
"@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": "^3.0.0",
"@planetscale/database": "1.19.0",
"@sanity/client": "^6.21.2",
"@tka85/dotenvenc": "^5.3.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@unpic/astro": "^1.0.0",
"algoliasearch": "^5.6.1",
"astro": "^5.0.0-beta.10",
"cdn-cache-control": "^1.1.0",
"cloudinary": "^2.4.0",
"date-fns": "^4.1.0",
"dotenv-cli": "^8.0.0",
"drizzle-orm": "0.36.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": "^19.0.0",
"react-dom": "^19.0.0",
"sanitize-html": "^2.13.0",
"stripe": "^17.1.0",
"typescript": "^5.5.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/sanitize-html": "^2.13.0",
"drizzle-kit": "^0.27.1",
"netlify-plugin-inngest": "^1.0.1",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
}
}