-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 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
{
"name": "watch-with",
"repository": "git@github.com:JuanM04/watch-with.git",
"author": "JuanM04 <me@juanm04.com>",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && tsc -p tsconfig.server.json --outDir server",
"start": "node server/server.js"
},
"dependencies": {
"express": "^4.17.1",
"lowdb": "^1.0.0",
"nanoid": "^3.1.22",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-player": "^2.9.0",
"socket.io": "^4.0.1",
"socket.io-client": "^4.0.1",
"zod": "^3.0.0-beta.1"
},
"devDependencies": {
"@types/express": "^4.17.11",
"@types/lowdb": "^1.0.9",
"@types/nanoid": "^2.1.0",
"@types/node": "^15.0.2",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3",
"@types/socket.io": "^2.1.13",
"@types/socket.io-client": "^1.4.36",
"@vitejs/plugin-react-refresh": "^1.3.3",
"autoprefixer": "^10.2.5",
"postcss": "^8.2.14",
"tailwindcss": "^2.1.2",
"typescript": "^4.2.4",
"vite": "^2.2.4"
}
}