-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
64 lines (64 loc) · 1.77 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
{
"name": "overlays",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "ts-node server.ts",
"build": "next build",
"start": "NODE_ENV=production ts-node server.ts",
"lint": "next lint",
"next": "next dev"
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.438.0",
"@headlessui/react": "^1.7.13",
"@react-hookz/web": "^15.0.1",
"@tanstack/react-query": "^4.0.10",
"@tensorflow/tfjs-node": "4.1.0",
"@twurple/api": "^7.0.3",
"@twurple/auth": "^7.0.3",
"@twurple/chat": "^7.0.3",
"@twurple/eventsub-ws": "^7.0.3",
"@types/uuid": "^9.0.1",
"classnames": "^2.3.1",
"face-api.js": "^0.22.2",
"framer-motion": "^6.5.1",
"http-proxy": "^1.18.1",
"isomorphic-unfetch": "^3.1.0",
"next": "^12.2.3",
"nsfwjs": "^2.4.2",
"object-hash": "^3.0.0",
"obs-websocket-js": "^5.0.1",
"open": "^8.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-webcam": "^7.0.1",
"recordrtc": "^5.6.2",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1",
"tailwind-gradient-mask-image": "^1.0.0",
"tplink-smarthome-api": "^4.2.0",
"ts-node": "^10.9.1",
"twitter-api-v2": "^1.14.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/http-proxy": "^1.17.9",
"@types/node": "18.0.6",
"@types/node-fetch": "^2.6.2",
"@types/object-hash": "^2.2.1",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/recordrtc": "^5.6.8",
"autoprefixer": "^10.4.7",
"eslint": "8.20.0",
"eslint-config-next": "12.2.2",
"node-fetch": "2.6.6",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.1.6",
"typescript": "4.7.4"
}
}