-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 932 Bytes
/
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
{
"name": "speech_app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "^3.2.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mantine/core": "^7.2.1",
"concat-stream": "^2.0.0",
"daisyui": "^3.9.4",
"dropzone": "^6.0.0-beta.2",
"moment": "^2.29.4",
"mongodb": "^6.2.0",
"mongoose": "^8.0.0",
"next": "14.0.2",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-fontawesome": "^1.7.1",
"react-media-recorder": "^1.6.5",
"react-scroll": "^1.9.0",
"recharts": "^2.9.3"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}