forked from adamdottv/overlays
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.36 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
{
"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": {
"@react-hookz/web": "^15.0.1",
"@tanstack/react-query": "^4.0.10",
"@twurple/api": "^5.2.0",
"@twurple/auth": "^5.1.8",
"@twurple/chat": "^5.1.8",
"classnames": "^2.3.1",
"framer-motion": "^6.5.1",
"http-proxy": "^1.18.1",
"isomorphic-unfetch": "^3.1.0",
"next": "^12.2.3",
"object-hash": "^3.0.0",
"obs-websocket-js": "4.0.3",
"open": "^8.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"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"
},
"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",
"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"
}
}