-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.99 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "hackathon-starter-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^3.10.0",
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.13",
"@next/font": "^13.2.4",
"@prisma/client": "^4.9.0",
"@speechly/speech-recognition-polyfill": "github:speechly/speech-recognition-polyfill",
"@tiptap/extension-color": "^2.0.0-beta.209",
"@tiptap/extension-text-style": "^2.0.0-beta.209",
"@tiptap/extension-underline": "^2.0.0-beta.209",
"@tiptap/react": "^2.0.0-beta.209",
"@tiptap/starter-kit": "^2.0.0-beta.209",
"@types/bcrypt": "^5.0.0",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"bcrypt": "^5.1.0",
"chart.js": "^4.2.1",
"eslint": "8.32.0",
"eslint-config-next": "13.1.2",
"flowbite": "^1.6.2",
"flowbite-react": "^0.3.7",
"framer-motion": "^10.10.0",
"html-react-parser": "^3.0.8",
"jodit-react": "^1.3.32",
"localtunnel": "^2.0.2",
"multiselect-react-dropdown": "^2.0.25",
"next": "^13.2.4",
"next-auth": "^4.18.8",
"next-pwa": "^5.6.0",
"prisma": "^4.8.1",
"prosemirror-keymap": "^1.2.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-chatbot-kit": "^2.1.2",
"react-dom": "^18.2.0",
"react-hook-form": "^7.42.1",
"react-hook-speech-to-text": "^0.8.0",
"react-icons": "^4.8.0",
"react-loading": "^2.0.3",
"react-speech": "^1.0.2",
"react-speech-recognition": "^3.10.0",
"react-toastify": "^9.1.2",
"recoil": "^0.7.6",
"tailwind-scrollbar-hide": "^1.1.7",
"tts-react": "^1.2.0",
"typescript": "4.9.4",
"typewriter-effect": "^2.19.0",
"v8": "^0.1.0"
},
"devDependencies": {
"@types/react-speech-recognition": "^3.9.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}