File size: 734 Bytes
51c751b
 
 
 
 
 
 
 
 
 
 
e3362fc
 
6ff5d0e
e3362fc
51c751b
 
167589c
f1d9686
167589c
51c751b
 
e3362fc
 
 
 
51c751b
e3362fc
 
 
51c751b
 
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
{
  "name": "frontend",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "eslint"
  },
  "dependencies": {
    "@clerk/nextjs": "^7.5.1",
    "@clerk/themes": "^2.4.57",
    "firebase": "^12.14.0",
    "lucide-react": "^1.17.0",
    "next": "16.2.9",
    "react": "19.2.4",
    "react-dom": "19.2.4",
    "react-markdown": "^10.1.0",
    "wavesurfer.js": "^7.12.8"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4.3.0",
    "@types/node": "25.9.2",
    "@types/react": "19.2.17",
    "autoprefixer": "^10.5.0",
    "eslint": "^9",
    "eslint-config-next": "16.2.9",
    "postcss": "^8.5.15",
    "tailwindcss": "^4.3.0"
  }
}