forked from RyderKeeny/ShellHacks-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.77 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
59
60
61
62
63
{
"name": "languagelearning",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.1",
"@astrojs/vercel": "^7.8.1",
"@auth0/auth0-react": "^2.2.4",
"@auth0/auth0-spa-js": "^2.1.3",
"@clerk/astro": "^1.3.9",
"@clerk/clerk-react": "^5.9.4",
"@nivo/bar": "^0.87.0",
"@nivo/line": "^0.87.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"astro": "^4.15.9",
"auth0-js": "^9.27.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cookie": "^0.6.0",
"elevenlabs": "^0.16.0",
"firebase": "^10.13.2",
"firebase-admin": "^12.5.0",
"firebaseui": "^6.1.0",
"framer-motion": "^11.9.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.446.0",
"nanostores": "^0.11.3",
"radix-ui": "^1.0.1",
"react": "^18.3.1",
"react-confetti": "^6.1.0",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-use": "^17.5.1",
"recharts": "^2.12.7",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"use-sound": "^4.0.3",
"zustand": "^5.0.0-rc.2"
},
"devDependencies": {
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"typescript": "^5.6.2"
}
}