-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 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
39
{
"name": "sketch-youtube",
"private": true,
"description": "🎈 PartyKit ⤫ Remix 💿",
"sideEffects": false,
"type": "module",
"scripts": {
"build": "rimraf build && rimraf public/build && remix build",
"deploy": "npm run build && partykit deploy --with-vars",
"dev": "remix dev --manual -c \"npm start\" --port 8002",
"start": "partykit dev"
},
"dependencies": {
"@remix-run/css-bundle": "^2.0.1",
"@remix-run/react": "^2.0.1",
"fathom-client": "^3.5.0",
"isbot": "^3.7.0",
"partymix": "^0.0.4",
"partysocket": "^0.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-player": "^2.13.0"
},
"devDependencies": {
"@remix-run/dev": "^2.0.1",
"@remix-run/eslint-config": "^2.0.1",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"concurrently": "^8.2.1",
"eslint": "^8.50.0",
"partykit": "^0.0.26",
"rimraf": "^5.0.5",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18.17.1"
}
}