-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
38 lines (38 loc) · 1.06 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
{
"private": true,
"name": "root",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"lib:build": "turbo run mobx-keystone#build",
"lib:build-docs": "turbo run mobx-keystone#build-docs",
"lib:test": "turbo run mobx-keystone#test",
"lib:test:ci": "turbo run mobx-keystone#test:ci",
"yjs-lib:build": "turbo run mobx-keystone-yjs#build",
"yjs-lib:test": "turbo run mobx-keystone-yjs#test",
"yjs-lib:test:ci": "turbo run mobx-keystone-yjs#test:ci",
"site:start": "turbo run site#start",
"site:build": "turbo run site#build",
"site:serve": "turbo run site#serve",
"build-netlify": "yarn site:build",
"netlify-dev": "yarn build-netlify && netlify dev",
"lint": "biome lint"
},
"workspaces": [
"packages/*",
"apps/site",
"apps/benchmark"
],
"dependencies": {
"mobx": "^6.13.5",
"yjs": "^13.6.21"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"globals": "^15.14.0",
"netlify-cli": "^17.38.1",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
},
"packageManager": "yarn@4.5.1"
}