-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.51 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
43
44
45
46
47
48
49
50
51
52
{
"name": "stratagemes",
"private": true,
"description": "🎈 PartyKit ⤫ Remix 💿",
"sideEffects": false,
"type": "module",
"scripts": {
"check": "tsc --noEmit",
"prepare": "panda codegen",
"build": "remix vite:build",
"dev": "concurrently \"partykit dev --define DEVMODE=true\" \"remix vite:dev\" --kill-others-on-fail",
"start": "partykit dev --define DEVMODE=false --serve ./build/client",
"deploy": "npm run build && partykit deploy --define DEVMODE=false --serve ./build/client"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/themes": "^3.1.3",
"@remix-run/css-bundle": "^2.8.1",
"@remix-run/react": "^2.8.1",
"@vercel/analytics": "^1.3.1",
"isbot": "^5.1.1",
"jotai": "^2.9.3",
"jotai-immer": "^0.4.1",
"partymix": "^0.0.15",
"partysocket": "1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.3.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@pandacss/dev": "^0.45.1",
"@remix-run/dev": "^2.8.1",
"@remix-run/eslint-config": "^2.8.1",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/uuid": "^10.0.0",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"partykit": "^0.0.100",
"rimraf": "^5.0.5",
"typescript": "^5.4.2",
"vite": "^5.1.0",
"vite-tsconfig-paths": "^4.2.1"
},
"engines": {
"node": ">=18.17.1"
}
}