-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 1.08 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
40
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.11",
"@heroicons/react": "v1",
"@tailwindcss/forms": "^0.5.3",
"axios": "^1.3.4",
"clsx": "^1.2.1",
"dotenv": "^16.0.3",
"lru-cache": "^7.17.0",
"microsoft-cognitiveservices-speech-sdk": "^1.25.1",
"next": "latest",
"openai": "^3.1.0",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-joyride": "^2.5.3",
"react-type-animation": "^3.0.1",
"sharp": "^0.32.0",
"universal-cookie": "^4.0.4"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"postcss-preset-env": "^8.0.1",
"tailwindcss": "^3.2.7",
"typescript": "^4.8.3"
}
}