forked from liveblocks/liveblocks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.35 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.35 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
{
"name": "@liveblocks/monorepo",
"private": true,
"packageManager": "npm@10.8.1+sha256.b8807aebb9656758e2872fa6e7c564b506aa2faa9297439a478d471d2fe32483",
"workspaces": [
"shared/*",
"packages/*",
"!packages/liveblocks-server",
"!packages/liveblocks-python",
"!packages/liveblocks-python-codegen",
"tools/*",
"!tools/liveblocks-cli",
"e2e/next-ai-kitchen-sink",
"e2e/next-sandbox",
"e2e/node-sandbox"
],
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"test:ci": "turbo run test:ci",
"test:types": "turbo run test:types",
"test:deps": "turbo run test:deps",
"lint": "turbo run lint",
"lint:package": "turbo run lint:package",
"format": "turbo run format"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.3",
"@types/node": "^18.19.70",
"@types/react": "^18.3.17",
"@types/react-dom": "^18.3.5",
"@vitest/coverage-istanbul": "^3.2.4",
"dependency-cruiser": "^16.9.0",
"prettier": "^3.4.2",
"publint": "^0.3.6",
"ts-morph": "^22.0.0",
"tsd": "^0.31.2",
"tsup": "^8.3.5",
"turbo": "^2.5.6",
"typescript": "^5.7.2",
"vitest": "^3.2.4"
},
"engines": {
"node": ">=22.x"
},
"overrides": {
"@types/node": "$@types/node",
"@types/react": "$@types/react",
"@types/react-dom": "$@types/react-dom"
}
}