-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.01 KB
/
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
38
39
{
"name": "vina",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"keywords": [],
"author": "codingjlu",
"license": "MIT",
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@ramonak/react-progress-bar": "^5.0.3",
"lottie-react": "^2.3.1",
"microsoft-cognitiveservices-speech-sdk": "^1.24.1",
"nanoid": "^4.0.0",
"next": "^13.0.7",
"next-auth": "^4.17.0",
"nextjs-google-analytics": "^2.2.2",
"react": "^18.2.0",
"react-contenteditable": "^3.3.6",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-hot-toast": "^2.4.0",
"react-markdown": "^8.0.4",
"react-modal": "^3.16.1",
"react-scroll": "^1.8.9",
"react-type-animation": "^2.1.2",
"sqlite3": "^5.1.2",
"styled-components": "^5.3.6",
"swr": "^1.3.0",
"uuid": "^9.0.0"
}
}