-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 997 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 997 Bytes
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
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^4.29.9",
"@clerk/themes": "^1.7.9",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/joy": "^5.0.0-beta.30",
"@radix-ui/react-label": "^2.0.2",
"@tabler/icons-react": "^2.47.0",
"axios": "^1.6.7",
"clsx": "^2.1.0",
"framer-motion": "^11.0.8",
"next": "14.1.3",
"react": "^18",
"react-dom": "^18",
"react-element-to-jsx-string": "^15.0.0",
"react-icons": "^5.0.1",
"tailwind-merge": "^2.2.1",
"uuid": "^9.0.1",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "20.11.25",
"@types/react": "18.2.64",
"autoprefixer": "^10.0.1",
"daisyui": "^4.7.3",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}