-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 758 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 758 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
{
"name": "chat-with-siri",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@vercel/analytics": "^1.1.4",
"elevenlabs": "^1.59.0",
"next": "^16.2.6",
"next-pwa": "^5.6.0",
"react": "^18",
"react-dom": "^18",
"react-toastify": "^10.0.4"
},
"devDependencies": {
"@types/node": "^20.11.16",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^10.0.3",
"eslint-config-next": "16.0.3",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"author": {
"name": "Bolaji Ayodeji"
}
}