-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.1 KB
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
{
"name": "ToFailure",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "^3.5.0",
"@reduxjs/toolkit": "^1.9.7",
"@types/auth0": "^3.3.10",
"@types/node": "^20.10.4",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/react-redux": "^7.1.33",
"@vercel/analytics": "^1.1.1",
"ai": "^2.2.29",
"autoprefixer": "^10.4.16",
"bson-objectid": "^2.0.4",
"dotenv": "^16.3.1",
"eslint-config-next": "^14.0.4",
"geist": "^1.2.0",
"mongodb": "6.2",
"next": "^14.0.4",
"openai": "^4.23.0",
"postcss": "^8.4.32",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.3",
"react-speech-recognition": "^3.10.0",
"realm-web": "^2.0.0",
"regenerator-runtime": "^0.14.1",
"sonner": "^1.2.4",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.6"
},
"devDependencies": {
"@types/react-speech-recognition": "^3.9.5",
"eslint": "^8.56.0"
}
}