-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.07 KB
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
{
"name": "webteleprompter",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "npx next lint && nodemon server.js",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google-cloud/text-to-speech": "^5.6.0",
"@google-cloud/translate": "^9.1.0",
"@reduxjs/toolkit": "^2.6.1",
"beautiful-react-hooks": "^5.0.2",
"casparcg-connection": "^5.1.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"font-list": "^1.5.1",
"i": "^0.3.7",
"lodash.debounce": "^4.0.8",
"mammoth": "^1.9.0",
"mysql2": "^3.11.0",
"next": "14.2.5",
"next-redux-wrapper": "^8.1.0",
"nodemon": "^3.1.9",
"npm": "^10.9.0",
"react": "^18",
"react-dom": "^18",
"react-redux": "^9.1.2",
"react-speech-recognition": "^4.0.1",
"react-tabs": "^6.0.2",
"shuttle-control-usb": "^1.5.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.5",
"eslint-plugin-react-hooks": "^5.2.0"
}
}