-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.17 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.17 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
{
"name": "code-swap",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "concurrently -n \"client,socket-gateway,challenges,scoring,match-making,game-management\" -c \"cyan,magenta,green,yellow,blue,red\" \"pnpm --filter=client dev\" \"pnpm --filter=socket-gateway dev\" \"pnpm --filter=challenges dev\" \"pnpm --filter=scoring dev\" \"pnpm --filter=match-making dev\" \"pnpm --filter=game-management dev\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yonava/code-swap.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Yonava/code-swap/issues"
},
"homepage": "https://github.com/Yonava/code-swap#readme",
"description": "welcome to code swap!",
"private": "true",
"devDependencies": {
"@types/react-syntax-highlighter": "^15.5.13",
"concurrently": "^9.1.2"
},
"dependencies": {
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.1",
"remark-gfm": "^4.0.1"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}