-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) 路 803 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) 路 803 Bytes
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
{
"name": "@rivalis/root",
"private": true,
"scripts": {
"build": "npm run build --workspaces --if-present"
},
"workspaces": [
"handshake",
"core",
"browser",
"node",
"fleet",
"signal",
"landing-page",
"demos/*"
],
"devDependencies": {
"@types/express": "^5.0.6",
"@types/node": "^25.9.2",
"@types/ws": "^8.18.1",
"concurrently": "^10.0.3",
"express": "^5.2.1",
"nodemon": "^3.1.14",
"ts-node": "^10.9.2",
"tsup": "^8.5.1",
"typescript": "^6.0.3",
"vite": "^8.0.16"
},
"dependencies": {
"@toolcase/base": "^3.0.3"
},
"overrides": {
"postcss": "^8.5.10",
"esbuild": "^0.28.1"
}
}