-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 974 Bytes
/
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
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/svelte": "^2.0.0",
"@astrojs/tailwind": "^3.0.0",
"@astrojs/vercel": "^3.1.0",
"@lottiefiles/svelte-lottie-player": "^0.3.0",
"@supabase/supabase-js": "^2.7.1",
"astro": "^2.0.9",
"daisyui": "^2.51.3",
"highlight.js": "^11.7.0",
"logrocket": "^4.0.0",
"openai": "^3.2.1",
"opencommit": "^1.1.32",
"supabase": "^1.37.1",
"svelte": "^3.54.0",
"svelte-markdown": "^0.2.3",
"tailwindcss": "^3.0.24"
},
"main": "index.js",
"repository": "https://github.com/RangerDevv/DebatePractice",
"author": "RangerDevv <66392962+RangerDevv@users.noreply.github.com>",
"license": "MIT",
"devDependencies": {
"svelte-highlight": "^7.2.0"
}
}