forked from MungaSoftwiz/recalla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "recalla",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@clerk/nextjs": "^5.3.1",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@fontsource/inter": "^5.0.20",
"@mui/material": "^5.16.7",
"@vercel/analytics": "^1.3.1",
"clsx": "^2.1.1",
"firebase": "^10.12.5",
"framer-motion": "^11.3.12",
"lucide-react": "^0.414.0",
"next": "14.2.5",
"openai": "^4.56.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-lottie": "^1.2.4",
"sharp": "^0.33.5",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "22.4.0",
"@types/react": "18.3.3",
"@types/react-dom": "^18",
"@types/react-lottie": "^1.2.10",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "5.5.4"
}
}