-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.46 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
{
"name": "omnisive",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"format": "prettier --write .",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google-cloud/speech": "^6.3.0",
"@headlessui/react": "^1.7.18",
"@nextui-org/react": "^1.0.0-beta.12",
"@reduxjs/toolkit": "^1.9.5",
"@stripe/react-stripe-js": "2.2.0",
"@stripe/stripe-js": "2.1.2",
"handlebars": "^4.7.8",
"jspdf": "^2.5.1",
"jwt-decode": "^3.1.2",
"moment": "^2.30.1",
"next": "14.2.21",
"next-auth": "^4.22.1",
"next-redux-wrapper": "^8.1.0",
"next-themes": "^0.2.1",
"prism-react-renderer": "^2.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.8.0",
"react-redux": "^8.0.5",
"react-simple-typewriter": "^5.0.1",
"remark-parse": "^11.0.0",
"remark-react": "^9.0.1",
"socket.io-client": "^4.6.1",
"unified": "^11.0.4"
},
"devDependencies": {
"@types/howler": "^2.2.11",
"@types/jspdf": "^2.0.0",
"@types/node": "20.1.2",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@types/socket.io-client": "^3.0.0",
"autoprefixer": "^10.4.14",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"postcss": "^8.4.22",
"prettier": "^3.0.0",
"tailwindcss": "^3.3.1",
"typescript": "5.0.4"
}
}